forked from nunomaduro/phpinsights
-
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.
refactor(rector): Run rector php74 upgrade (nunomaduro#391)
* refactor(rector): Run rector php74 on coe * refactor(rector): Run rector with more sets and fix remaining errors * ci(rector): Remove old php versions from travis * test(rector): Fix an issue with fixtures * test(rector): Fix an issue with fixtures * ci(rector): Fix imports * Bump phpcsfixer to include a fix for visibility on properties with types
- Loading branch information
1 parent
6485861
commit e96d56d
Showing
116 changed files
with
679 additions
and
1,182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,6 @@ services: | |
- docker | ||
|
||
php: | ||
- 7.2 | ||
- 7.3 | ||
- 7.4 | ||
|
||
env: | ||
|
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,29 @@ | ||
parameters: | ||
autoload_paths: | ||
- 'vendor/squizlabs/php_codesniffer/autoload.php' | ||
paths: | ||
- 'src' | ||
- 'tests' | ||
- 'bin' | ||
exclude_paths: | ||
- 'tests/*Fixtures/*' | ||
auto_import_names: true | ||
php_version_features: '7.4' | ||
sets: | ||
- 'action-injection-to-constructor-injection' | ||
- 'array-str-functions-to-static-call' | ||
- 'celebrity' | ||
- 'doctrine' | ||
- 'phpstan' | ||
- 'phpunit-code-quality' | ||
- 'solid' | ||
- 'early-return' | ||
- 'doctrine-code-quality' | ||
- 'dead-code' | ||
- 'code-quality' | ||
- 'php71' | ||
- 'php72' | ||
- 'php73' | ||
- 'php74' | ||
exclude_rectors: | ||
- 'Rector\DeadCode\Rector\Property\RemoveNullPropertyInitializationRector' |
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
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
Oops, something went wrong.