mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
style fix
This commit is contained in:
parent
53954031b5
commit
ebde54f251
@ -22,7 +22,7 @@ final class Areas
|
||||
|
||||
public function __construct(array $properties)
|
||||
{
|
||||
if ($properties === []) {
|
||||
if ([] === $properties) {
|
||||
throw new \InvalidArgumentException('An array of areas was expected');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user