Skip to content

Commit

Permalink
hiding php8 file so it doesn't throw autoloading warning
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 16, 2021
1 parent 40b9b55 commit 583c67e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
->exclude('fixtures')
// the PHP template files are a bit special
->notName('*.tpl.php')
->notPath('src/Console/MigrationDiffFilteredOutput_php8.php')
;

return (new PhpCsFixer\Config())
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MigrationDiffFilteredOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function setDecorated($decorated)
}
}
} else {
require __DIR__.'/MigrationDiffFilteredOutput_php8.php';
require __DIR__.'/MigrationDiffFilteredOutput_php8';
}

trait BaseMakerMigrationDiffFilteredOuputTrait
Expand Down

0 comments on commit 583c67e

Please sign in to comment.