forked from propelorm/PropelBundle
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented PHPStan + Propel2 beta2 (#26)
* composer require --dev phpstan/phpstan phpstan/extension-installer phpstan/phpstan-deprecation-rules * Added phpstan.neon * Fixed phpstan errors * Bump to php 7.4 in preparation for beta2 requirement * Fixed phpstan errors * Fixed phpstan errors * Fixed phpstan errors * Fixed phpstan errors * composer require propel/propel:2.0.0-beta2 * fixes related to beta2 upgrade * php 7.4 is required for propelorm/Propel2/tree/2.0.0-beta2 * fixes for Symfony 4.4 * bugfix: getPlatform may return null * Conditional adding alias of profiler service Co-authored-by: Davy Rolink <[email protected]> # Conflicts: # .github/workflows/CI 6.0.yml # README.markdown # Tests/Fixtures/Model/Base/BookQuery.php # composer.json
- Loading branch information
Showing
61 changed files
with
612 additions
and
525 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
Oops, something went wrong.