mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Clean up code according to PhpStorm inspections report
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Ramsey\Uuid\Test\Provider\Node;
|
||||
|
||||
use AspectMock\Proxy\FuncProxy;
|
||||
use InvalidArgumentException;
|
||||
use Ramsey\Uuid\Provider\Node\SystemNodeProvider;
|
||||
use Ramsey\Uuid\Test\TestCase;
|
||||
use AspectMock\Test as AspectMock;
|
||||
@@ -574,7 +575,7 @@ class SystemNodeProviderTest extends TestCase
|
||||
'Given parameter for %s must be an array or NULL, "%s" given.',
|
||||
[$key, gettype($asserts)]
|
||||
);
|
||||
throw new \InvalidArgumentException($error);
|
||||
throw new InvalidArgumentException($error);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user