File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1313use Rector \Caching \ValueObject \Storage \FileCacheStorage ;
1414use Rector \CodeQuality \Rector \Array_ \CallableThisArrayToAnonymousFunctionRector ;
1515use Rector \CodeQuality \Rector \Class_ \InlineConstructorDefaultToPropertyRector ;
16+ use Rector \CodeQuality \Rector \ClassMethod \ExplicitReturnNullRector ;
1617use Rector \CodeQuality \Rector \Expression \InlineIfToExplicitIfRector ;
1718use Rector \CodeQuality \Rector \Identical \SimplifyBoolIdenticalTrueRector ;
1819use Rector \CodeQuality \Rector \If_ \ExplicitBoolCompareRector ;
9798 WrapEncapsedVariableInCurlyBracesRector::class,
9899 RenameParamToMatchTypeRector::class,
99100 RenameVariableToMatchMethodCallReturnTypeRector::class,
101+ ExplicitReturnNullRector::class,
100102
101103 DisallowedEmptyRuleFixerRector::class => [
102104 // __DIR__.'/src/Support/QueryAnalyzer.php',
You can’t perform that action at this time.
0 commit comments