Skip to content

Commit

Permalink
Remove invalid declare strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Nov 2, 2024
1 parent 5c9046c commit f948ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Resources/Private/Build/PhpCsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
require $baseDir . '/.Build/vendor/autoload.php';

$finder = Finder::create()
->in($baseDir)
->exclude('.Build')
->exclude('ext_tables.php')
->exclude('ext_localconf.php')
->in($baseDir.'/Classes')
->in($baseDir.'/Configuration')
;

return (new Config())
Expand Down
2 changes: 0 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/** @var string $_EXTKEY */
$EM_CONF[$_EXTKEY] = [
'title' => 'StaticFileCache',
Expand Down

0 comments on commit f948ca1

Please sign in to comment.