-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* php83 -> AddTypeToConstRector * doctrine 2 -> 3 update * symfony 6.4 -> 7 update * User ACL update, renamed _VIEW to _READ ### Fixes * update licence collection in `AssetLicenceGroup` update
- Loading branch information
1 parent
f4b703a
commit 6f55281
Showing
277 changed files
with
950 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
use Rector\Config\RectorConfig; | ||
use Rector\Php83\Rector\ClassConst\AddTypeToConstRector; | ||
use Rector\ValueObject\PhpVersion; | ||
|
||
return RectorConfig::configure() | ||
->withRules([ | ||
AddTypeToConstRector::class | ||
]) | ||
->withPhpVersion(PhpVersion::PHP_83) | ||
->withPaths([ | ||
__DIR__ . '/src', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.