Fixed all components with --dry-run in Github Actions. (#4483)

This commit is contained in:
李铭昕 2022-01-25 11:59:06 +08:00 committed by GitHub
parent 11406a9d61
commit 024bfeb1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -77,3 +77,4 @@ jobs:
composer test -- --exclude-group NonCoroutine
vendor/bin/phpunit --group NonCoroutine
vendor/bin/phpunit src/filesystem --group NonCoroutine
vendor/bin/php-cs-fixer fix src --dry-run

View File

@ -13,7 +13,6 @@ namespace Hyperf\Utils;
use ArrayAccess;
use Hyperf\Macroable\Macroable;
use Hyperf\Utils\Exception\InvalidArgumentException;
class Optional implements ArrayAccess
{