style fix

This commit is contained in:
Thomas Picquet 2022-01-28 07:34:08 -08:00
parent 53954031b5
commit ebde54f251

View File

@ -22,7 +22,7 @@ final class Areas
public function __construct(array $properties) public function __construct(array $properties)
{ {
if ($properties === []) { if ([] === $properties) {
throw new \InvalidArgumentException('An array of areas was expected'); throw new \InvalidArgumentException('An array of areas was expected');
} }