Skip to content

Commit 71bca87

Browse files
committed
chore(deps-dev): update php-cs-fixer to v3.54
- Updated php-cs-fixer dependency from v3.52 to v3.54
1 parent 7db80c5 commit 71bca87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"require-dev": {
6969
"brainmaestro/composer-git-hooks": "^2.8",
7070
"ergebnis/composer-normalize": "^2.42",
71-
"friendsofphp/php-cs-fixer": "^3.52",
71+
"friendsofphp/php-cs-fixer": "^3.54",
7272
"guanguans/ai-commit": "dev-main",
7373
"guanguans/monorepo-builder-worker": "^1.4",
7474
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
1414
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
1515
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
16+
use Rector\CodeQuality\Rector\ClassMethod\ExplicitReturnNullRector;
1617
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
1718
use Rector\CodeQuality\Rector\Identical\SimplifyBoolIdenticalTrueRector;
1819
use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector;
@@ -97,6 +98,7 @@
9798
WrapEncapsedVariableInCurlyBracesRector::class,
9899
RenameParamToMatchTypeRector::class,
99100
RenameVariableToMatchMethodCallReturnTypeRector::class,
101+
ExplicitReturnNullRector::class,
100102

101103
DisallowedEmptyRuleFixerRector::class => [
102104
// __DIR__.'/src/Support/QueryAnalyzer.php',

0 commit comments

Comments
 (0)