mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Fixed all components with --dry-run
in Github Actions. (#4483)
This commit is contained in:
parent
11406a9d61
commit
024bfeb1bc
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -13,7 +13,6 @@ namespace Hyperf\Utils;
|
||||
|
||||
use ArrayAccess;
|
||||
use Hyperf\Macroable\Macroable;
|
||||
use Hyperf\Utils\Exception\InvalidArgumentException;
|
||||
|
||||
class Optional implements ArrayAccess
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user