Skip to content

Commit

Permalink
Removed: non-existent Notice class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Jan 24, 2024
1 parent 73e5731 commit e99863b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Admin/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Plausible\Analytics\WP\Admin;

use Exception;
use Plausible\Analytics\WP\Admin\Notice;
use Plausible\Analytics\WP\Includes\Helpers;

class Module {
Expand Down
3 changes: 1 addition & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Plausible\Analytics\WP;

use Exception;
use Plausible\Analytics\WP\Admin\Notice;
use Plausible\Analytics\WP\Client\Lib\GuzzleHttp\Client as GuzzleClient;
use Plausible\Analytics\WP\Client\Api\DefaultApi;
use Plausible\Analytics\WP\Client\Configuration;
Expand Down Expand Up @@ -67,7 +66,7 @@ public function create_shared_link() {
*
* @param GoalCreateRequestBulkGetOrCreate $goals
*
* @return Client\Model\PaymentRequiredError|Client\Model\PlausibleWebPluginsAPIControllersGoalsCreate201Response|Client\Model\UnauthorizedError|Client\Model\UnprocessableEntityError|void
* @return Client\Model\PaymentRequiredError|Client\Model\PlausibleWebPluginsAPIControllersGoalsCreate201Response|Client\Model\UnauthorizedError|Client\Model\UnprocessableEntityError|null
*/
public function create_goals( $goals ) {
try {
Expand Down

0 comments on commit e99863b

Please sign in to comment.