-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update phpstan/phpstan requirement from ^1.12 to ^2.0 in the major-up…
…dates group (#10) * Update phpstan/phpstan requirement || ^2.0 in the major-updates group Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `phpstan/phpstan` to 2.0.0 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.12.0...2.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: major-updates ... Signed-off-by: dependabot[bot] <[email protected]> * Update dependencies and improve type handling in results Updated `phpstan/phpstan` to the required version 2.0 in composer.json. Enhanced type annotations and refactored methods in multiple files to ensure compatibility and correct handling of result arrays within the codebase. These changes improve code reliability and maintainability. * Add additional test cases and improve existing tests Introduce new test cases for PdoStatement and PdoClass to cover non-array data scenarios and null object fetches. Enhance error handling and correct minor formatting inconsistencies for better code readability and maintenance. * Format code and remove redundant test Standardize parameter alignment in Pdo.php for better readability. Remove redundant exception test in PdoClassTest to streamline unit tests. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: connor <[email protected]>
- Loading branch information
1 parent
b3cf454
commit e118a25
Showing
7 changed files
with
62 additions
and
24 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
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