Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #16
Annotations
10 errors and 2 warnings
Run PHPStan:
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
|
Run PHPStan:
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
|
Run PHPStan:
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
|
Run PHPStan:
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
|
Run PHPStan:
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()
|
Run PHPStan:
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()
|
Run PHPStan:
app/tests/ElementTest.php#L41
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository:
5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
|
Run PHPStan:
app/tests/FormTest.php#L53
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository:
5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
|
Run PHPStan:
app/tests/FormTest.php#L338
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository:
5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
|
Run PHPStan:
app/tests/FormTest.php#L381
Instantiation of deprecated class UserFrosting\Fortress\RequestSchema\RequestSchemaRepository:
5.1 Use \UserFrosting\Fortress\RequestSchema directly instead
|
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/.
|
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/
|
Loading