Skip to content

Commit

Permalink
Fixing PHPCS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Aug 28, 2023
1 parent 58cd9c9 commit 5916136
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ public function toArray(): array
'isSuccessful' => $this->isSuccessful,
];
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ protected function searchNonceMapForUrl(array $nonceMap, string $url): string

return '';
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace Piwik\Plugins\JsTrackerInstallCheck\tests\Integration;

use Piwik\Option;
use Piwik\Plugins\JsTrackerInstallCheck\JsTrackerInstallCheck;
use Piwik\Plugins\JsTrackerInstallCheck\NonceOption\JsTrackerInstallCheckOption;
use Piwik\Tests\Framework\Fixture;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;

class JsTrackerInstallCheckIntegrationTestCase extends IntegrationTestCase
Expand Down

0 comments on commit 5916136

Please sign in to comment.