Skip to content

Commit

Permalink
Remove phpstan related lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Sep 16, 2021
1 parent 33d8329 commit 7e055bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/**
* @phpstan-ignore-next-line
*/

$EM_CONF[$_EXTKEY] = [
'title' => 'Cache Purger',
'description' => 'Purge cached URLs within Varnish instances',
Expand Down
4 changes: 1 addition & 3 deletions ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/**
* @phpstan-ignore-next-line
*/

defined('TYPO3_MODE') || die();

call_user_func(
Expand Down

0 comments on commit 7e055bc

Please sign in to comment.