Skip to content

Add ENV storage

Add ENV storage #37

Triggered via pull request May 5, 2023 12:10
@pierreduppierredup
synchronize #30
env-storage
Status Failure
Total duration 27s
Artifacts

phpstan.yml

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

Annotations

3 errors and 2 warnings
PHPStan (7.4): src/Storage/EnvStorage.php#L23
Expression on left side of ?? is not nullable.
PHPStan (7.4): src/Storage/EnvStorage.php#L29
Return type (array<string, mixed>) of method SolidWorx\Toggler\Storage\EnvStorage::all() should be compatible with return type (array<int, string>) of method SolidWorx\Toggler\Storage\StorageInterface::all()
PHPStan (7.4)
Process completed with exit code 1.
PHPStan (7.4)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
PHPStan (7.4)
The `set-output` 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/