Merge pull request #238 from dotkernel/issue-228 #23
2778 new problems found by Qodana for PHP
Qodana for PHP
2778 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined class |
🔶 Warning | 1594 |
Undefined namespace |
🔶 Warning | 708 |
Undefined method |
🔶 Warning | 455 |
Type mismatch in property assignment |
🔶 Warning | 12 |
Incompatible return type |
🔶 Warning | 7 |
Parameter type |
🔶 Warning | 1 |
Undefined property |
🔶 Warning | 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 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 56 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 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 145 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 70 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 305 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 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 170 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 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 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 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 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 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 warning on line 20 in src/App/src/Entity/TimestampAwareTrait.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'PrePersist'
Check warning on line 8 in src/Admin/src/InputFilter/Input/LastNameInput.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'StringTrim'
Check warning on line 49 in src/App/src/Entity/OAuthAccessToken.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'Collection'
github-actions / Qodana for PHP
Undefined class
Undefined class 'ObjectManager'
Check warning on line 17 in src/App/src/Factory/AuthenticationMiddlewareFactory.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'ContainerExceptionInterface'