mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
style fix
This commit is contained in:
parent
53954031b5
commit
ebde54f251
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue