[BUGFIX] Correct API Responses #1059
Annotations
10 errors
Run PHPStan:
src/Entity/Release.php#L53
Attribute class App\Entity\Context does not exist.
|
Run PHPStan:
src/Entity/Release.php#L173
Method App\Entity\Release::getChecksums() return type has no value type specified in iterable type array.
|
Run PHPStan:
src/Entity/Release.php#L183
Method App\Entity\Release::getUrls() return type has no value type specified in iterable type array.
|
Run PHPStan:
src/Entity/Release.php#L185
Attribute class App\Entity\PrefixReleaseUrls does not exist.
|
Run PHPStan:
src/Entity/Release.php#L191
Binary operation "." between mixed and '/' results in an error.
|
Run PHPStan:
src/Entity/Release.php#L192
Binary operation "." between mixed and '/' results in an error.
|
Run PHPStan:
tests/Functional/Controller/Api/ApiCase.php#L102
Method App\Tests\Functional\Controller\Api\ApiCase::assertArrayStructure() has no return type specified.
|
Run PHPStan:
tests/Functional/Controller/Api/ApiCase.php#L102
Method App\Tests\Functional\Controller\Api\ApiCase::assertArrayStructure() has parameter $actualArray with no type specified.
|
Run PHPStan:
tests/Functional/Controller/Api/ApiCase.php#L102
Method App\Tests\Functional\Controller\Api\ApiCase::assertArrayStructure() has parameter $expectedStructure with no value type specified in iterable type array.
|
Run PHPStan:
tests/Functional/Controller/Api/ApiCase.php#L107
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
Loading