Skip to content

Merge pull request #284 from dotkernel/alexmerlin-patch-1 #112

Merge pull request #284 from dotkernel/alexmerlin-patch-1

Merge pull request #284 from dotkernel/alexmerlin-patch-1 #112

GitHub Actions / Qodana for PHP completed Jun 13, 2024 in 0s

3045 new problems found by Qodana for PHP

Qodana for PHP

3045 new problems were found

Inspection name Severity Problems
Undefined class 🔶 Warning 1790
Undefined namespace 🔶 Warning 752
Undefined method 🔶 Warning 481
Type mismatch in property assignment 🔶 Warning 13
Incompatible return type 🔶 Warning 6
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]

Details

This result was published with Qodana GitHub Action

Annotations

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 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 298 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 34 in test/Unit/App/Middleware/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 68 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 141 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 55 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/App/Middleware/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 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 50 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 test/Unit/App/Middleware/ContentNegotiationMiddlewareTest.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 166 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 31 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 24 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 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 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 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 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 notice on line 33 in src/App/src/Middleware/ContentNegotiationMiddleware.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check warning on line 322 in test/Functional/AbstractFunctionalTest.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'ResponseInterface'

Check warning on line 24 in src/App/src/Handler/HomeHandler.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'ResourceGenerator'

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 10 in src/Admin/src/Repository/AdminRoleRepository.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Undefined class

Undefined class 'EntityRepository'