Skip to content

Merge pull request #238 from dotkernel/issue-228 #23

Merge pull request #238 from dotkernel/issue-228

Merge pull request #238 from dotkernel/issue-228 #23

GitHub Actions / Qodana for PHP completed May 3, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 34 in test/Unit/AuthenticationMiddlewareTest.php

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'PrePersist'

Check warning on line 8 in src/Admin/src/InputFilter/Input/LastNameInput.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'StringTrim'

Check warning on line 49 in src/App/src/Entity/OAuthAccessToken.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'Collection'

Check warning on line 17 in file://$PROJECT_DIR$$PROJECT_DIR$/../doctrine/fixtures/OAuthScopeLoader.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'ObjectManager'

Check warning on line 17 in src/App/src/Factory/AuthenticationMiddlewareFactory.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'ContainerExceptionInterface'