-
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.
Update dependencies and refine PHPStan configuration (#196)
Update all relevant library dependencies in `composer.lock` to their latest versions, ensuring compatibility and access to new features and bug fixes. Adjust the PHPStan configuration (`phpstan.neon`) by commenting out strict rules and changing the analysis level to 8 for better incremental improvements in code quality. Also, apply `@phpstan-ignore-line` annotations to specific lines in `CsvFile.php` to bypass known issues without sacrificing overall code analysis. These changes enhance project stability and maintainability by keeping libraries current and refining static analysis.
- Loading branch information
Showing
4 changed files
with
64 additions
and
57 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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