From 5b5121476527f99585e18574a8a43739f1490dae Mon Sep 17 00:00:00 2001 From: Thomas Picquet Date: Fri, 28 Jan 2022 07:38:19 -0800 Subject: [PATCH] styleci fix --- Annotation/Areas.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Annotation/Areas.php b/Annotation/Areas.php index bd173cb..b81272f 100644 --- a/Annotation/Areas.php +++ b/Annotation/Areas.php @@ -22,7 +22,6 @@ final class Areas public function __construct(array $properties) { - if (!array_key_exists('value', $properties) || !is_array($properties['value'])) { $properties = array_values($properties); }