Skip to content

Commit

Permalink
Merge branch 'master' into chore
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored Nov 18, 2024
2 parents f4adffa + 9223050 commit bcdde61
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.9",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1"
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan-symfony": "^1.4.12"
},
"config": {
"allow-plugins": {
Expand Down
39 changes: 38 additions & 1 deletion dev-tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/RuleSet/RuleSets.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public static function getSetDefinitions(): array

foreach (Finder::create()->files()->in(__DIR__.'/Sets') as $file) {
$class = 'PhpCsFixer\RuleSet\Sets\\'.$file->getBasename('.php');

/** @var RuleSetDescriptionInterface */
$set = new $class();

Expand Down

0 comments on commit bcdde61

Please sign in to comment.