We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799c810 commit eea4f23Copy full SHA for eea4f23
2 files changed
.github/workflows/static_analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v6
22
- uses: shivammathur/setup-php@v2
23
with:
24
- php-version: '8.4'
+ php-version: '8.3'
25
coverage: none
26
27
# Install Flex as a global dependency to enable usage of extra.symfony.require
.php-cs-fixer.php
@@ -3,7 +3,7 @@
3
// To support running PHP CS Fixer via PHAR file (e.g. in GitHub Actions)
4
require_once __DIR__ . '/lib/PhpCsFixer/Config.php';
5
6
-return new (Netgen\CodingStandard\PhpCsFixer\Config())
+return (new Netgen\CodingStandard\PhpCsFixer\Config())
7
->setFinder(
8
PhpCsFixer\Finder::create()
9
->exclude(['vendor'])
0 commit comments