-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve rector refactoring : - code quality - rename param to match type - rename property to match type - needs for php 8.4
- Loading branch information
Showing
113 changed files
with
919 additions
and
1,103 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,12 @@ | ||
parameters: | ||
ignoreErrors: | ||
# need refactoring | ||
- message: '#Access to an undefined property object::\$template\.#' | ||
path: src/Phyxo/MenuBar.php | ||
|
||
# need refactoring | ||
- message: '#Access to an undefined property object::\$min_size\.#' | ||
path: src/Phyxo/Image/ImageStandardParams.php | ||
|
||
# need refactoring | ||
- message: '#Result of && is always false#' | ||
path: src/DataMapper/AlbumMapper.php | ||
|
||
- message: '#Empty array passed to foreach.#' | ||
path: src/Controller/Admin/AdminRatingController.php | ||
|
||
# No more ws functions ? | ||
- message: '#.*#' | ||
path: src/Phyxo/Functions/Ws/*.php | ||
|
||
# Not yet used | ||
- message: '#Trait App\\Controller\\CommentControllerTrait is used zero times and is not analysed.#' | ||
path: src/Controller/CommentControllerTrait.php |
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.