Skip to content

Commit

Permalink
chore(deps-dev): update php-cs-fixer to v3.54
Browse files Browse the repository at this point in the history
- Updated php-cs-fixer dependency from v3.52 to v3.54
  • Loading branch information
guanguans committed Apr 18, 2024
1 parent 7db80c5 commit 71bca87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.52",
"friendsofphp/php-cs-fixer": "^3.54",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
Expand Down
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\CodeQuality\Rector\ClassMethod\ExplicitReturnNullRector;
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
use Rector\CodeQuality\Rector\Identical\SimplifyBoolIdenticalTrueRector;
use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector;
Expand Down Expand Up @@ -97,6 +98,7 @@
WrapEncapsedVariableInCurlyBracesRector::class,
RenameParamToMatchTypeRector::class,
RenameVariableToMatchMethodCallReturnTypeRector::class,
ExplicitReturnNullRector::class,

DisallowedEmptyRuleFixerRector::class => [
// __DIR__.'/src/Support/QueryAnalyzer.php',
Expand Down

0 comments on commit 71bca87

Please sign in to comment.