Refactor solutions #121
Annotations
10 errors and 3 warnings
phpstan:
src/Report.php#L264
Parameter $solution of method Spatie\FlareClient\Report::addSolution() has invalid type Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L12
Property Spatie\FlareClient\Solutions\ReportSolution::$solution has unknown class Spatie\ErrorSolutions\Contracts\Solution as its type.
|
phpstan:
src/Solutions/ReportSolution.php#L14
Parameter $solution of method Spatie\FlareClient\Solutions\ReportSolution::__construct() has invalid type Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L19
Parameter $solution of method Spatie\FlareClient\Solutions\ReportSolution::fromSolution() has invalid type Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L29
Class Spatie\ErrorSolutions\Contracts\RunnableSolution not found.
|
phpstan:
src/Solutions/ReportSolution.php#L33
Call to method getSolutionTitle() on an unknown class Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L34
Call to method getSolutionDescription() on an unknown class Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L35
Call to method getDocumentationLinks() on an unknown class Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan:
src/Solutions/ReportSolution.php#L39
Access to property $aiGenerated on an unknown class Spatie\ErrorSolutions\Contracts\Solution.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpstan
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|