Skip to content

Commit

Permalink
prepared 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Oct 25, 2024
1 parent e174adb commit b3383e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [3.9.3] - 2024-10-25
- Fixed: warning
- Changed: code quality adjustments

## [3.9.2] - 2024-06-05
- Fixed: php8 warning: Undefined variable $request

Expand Down
6 changes: 2 additions & 4 deletions tools/rector/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@
use Rector\Set\ValueObject\SetList;
use Rector\Symfony\Set\SymfonySetList;
use Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector;
use Rector\TypeDeclaration\Rector\Property\AddPropertyTypeDeclarationRector;

return RectorConfig::configure()
->withPaths([
__DIR__ . '/../../src',
])
// uncomment to reach your current PHP version
// ->withPhpSets()
->withImportNames(true, true,false, true)
// ->withCodeQualityLevel()
->withRules([
AddVoidReturnTypeWhereNoReturnRector::class,
// \Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictConstructorRector::class,
])
->withSets([
// SetList::TYPE_DECLARATION,
SetList::PHP_74,
LevelSetList::UP_TO_PHP_74,
SymfonySetList::SYMFONY_44,
Expand Down

0 comments on commit b3383e2

Please sign in to comment.