Skip to content

Bump express from 4.18.2 to 4.19.2 #18

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #18

Triggered via pull request March 29, 2024 13:16
Status Failure
Total duration 30s
Artifacts

PHPStan.yml

on: pull_request
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 6 warnings
PHPStan - 8.2: app/src/Form.php#L71
Method UserFrosting\Sprinkle\FormGenerator\Form::__construct() has parameter $data with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
PHPStan - 8.2: app/src/Form.php#L71
Parameter $schema of method UserFrosting\Sprinkle\FormGenerator\Form::__construct() has typehint with deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2: app/src/Form.php#L87
Method UserFrosting\Sprinkle\FormGenerator\Form::setData() has parameter $data with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
PHPStan - 8.2: app/src/Form.php#L109
Parameter $schema of method UserFrosting\Sprinkle\FormGenerator\Form::setSchema() has typehint with deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2: app/src/FormGenerator.php#L51
Return type (array<string>) of method UserFrosting\Sprinkle\FormGenerator\FormGenerator::getRoutes() should be covariant with return type (array<class-string<UserFrosting\Routes\RouteDefinitionInterface>>) of method UserFrosting\Sprinkle\SprinkleRecipe::getRoutes()
PHPStan - 8.2: app/src/FormGenerator.php#L63
Return type (array<string>) of method UserFrosting\Sprinkle\FormGenerator\FormGenerator::getServices() should be covariant with return type (array<class-string<UserFrosting\ServicesProvider\ServicesProviderInterface>>) of method UserFrosting\Sprinkle\SprinkleRecipe::getServices()
PHPStan - 8.2: app/tests/ElementTest.php#L41
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2: app/tests/FormTest.php#L53
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2: app/tests/FormTest.php#L338
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2: app/tests/FormTest.php#L381
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/src/Form.php#L71
Method UserFrosting\Sprinkle\FormGenerator\Form::__construct() has parameter $data with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
PHPStan - 8.1: app/src/Form.php#L71
Parameter $schema of method UserFrosting\Sprinkle\FormGenerator\Form::__construct() has typehint with deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/src/Form.php#L87
Method UserFrosting\Sprinkle\FormGenerator\Form::setData() has parameter $data with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
PHPStan - 8.1: app/src/Form.php#L109
Parameter $schema of method UserFrosting\Sprinkle\FormGenerator\Form::setSchema() has typehint with deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/src/FormGenerator.php#L51
Return type (array<string>) of method UserFrosting\Sprinkle\FormGenerator\FormGenerator::getRoutes() should be covariant with return type (array<class-string<UserFrosting\Routes\RouteDefinitionInterface>>) of method UserFrosting\Sprinkle\SprinkleRecipe::getRoutes()
PHPStan - 8.1: app/src/FormGenerator.php#L63
Return type (array<string>) of method UserFrosting\Sprinkle\FormGenerator\FormGenerator::getServices() should be covariant with return type (array<class-string<UserFrosting\ServicesProvider\ServicesProviderInterface>>) of method UserFrosting\Sprinkle\SprinkleRecipe::getServices()
PHPStan - 8.1: app/tests/ElementTest.php#L41
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/tests/FormTest.php#L53
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/tests/FormTest.php#L338
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.1: app/tests/FormTest.php#L381
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository: 5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
PHPStan - 8.2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan - 8.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan - 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan - 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan - 8.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan - 8.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/