2882 new problems found by Qodana for PHP
Qodana for PHP
2882 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined class |
🔶 Warning | 1654 |
Undefined namespace |
🔶 Warning | 727 |
Undefined method |
🔶 Warning | 475 |
Type mismatch in property assignment |
🔶 Warning | 13 |
Incompatible return type |
🔶 Warning | 10 |
Parameter type |
🔶 Warning | 1 |
Undefined property |
🔶 Warning | 1 |
Property can be 'readonly' |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 68 in src/User/src/Entity/User.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 169 in src/Admin/src/Entity/Admin.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 34 in test/Unit/AuthenticationMiddlewareTest.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Psr\\Http\\Message\\ServerRequestInterface', '\\Laminas\\Diactoros\\ServerRequest' provided
Check warning on line 37 in src/App/src/Entity/OAuthScope.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 38 in src/App/src/Entity/OAuthScope.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 48 in src/App/src/Entity/OAuthAuthCode.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 304 in src/User/src/Entity/User.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 49 in test/Unit/AuthorizationMiddlewareTest.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Psr\\Http\\Message\\ServerRequestInterface', '\\Laminas\\Diactoros\\ServerRequest' provided
Check warning on line 55 in src/Admin/src/Entity/Admin.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 144 in src/Admin/src/Entity/Admin.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 69 in src/User/src/Entity/User.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 60 in src/App/src/Entity/OAuthAccessToken.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Doctrine\\Common\\Collections\\Collection', '\\Doctrine\\Common\\Collections\\ArrayCollection' provided
Check warning on line 56 in test/Unit/ContentNegotiationMiddlewareTest.php
github-actions / Qodana for PHP
Type mismatch in property assignment
Incompatible types: Expected property of type '\\Psr\\Http\\Message\\ServerRequestInterface', '\\Laminas\\Diactoros\\ServerRequest' provided
Check warning on line 53 in src/App/src/Middleware/ContentNegotiationMiddleware.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 48 in src/App/src/Middleware/ContentNegotiationMiddleware.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 276 in test/Functional/AbstractFunctionalTest.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 105 in src/App/src/Middleware/AuthorizationMiddleware.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 17 in src/App/src/Handler/NotFoundHandler.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 67 in src/App/src/Middleware/ContentNegotiationMiddleware.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 16 in src/App/src/Factory/UserIdentityFactory.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 80 in src/App/src/Handler/ResponseTrait.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 509 in test/Functional/UserTest.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 87 in src/App/src/Handler/ResponseTrait.php
github-actions / Qodana for PHP
Incompatible return type
Return value type is not compatible with declared
Check warning on line 56 in src/User/src/Service/UserAvatarService.php
github-actions / Qodana for PHP
Parameter type
Parameter '$uploadedFile' type is not compatible with declaration
Check notice on line 31 in src/App/src/Middleware/ContentNegotiationMiddleware.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'