diff --git a/src/FilterAttribute.php b/src/FilterAttribute.php index 5109e01..ac9f261 100644 --- a/src/FilterAttribute.php +++ b/src/FilterAttribute.php @@ -65,7 +65,7 @@ public function __construct( /** * @param string $filterKey * @param string|string[] $filterValue - * @return FilterAttributes[]|FilterJSONAttribute[] + * @return FilterAttribute[]|FilterJSONAttribute[] * @throws RequestException */ public static function parse($filterKey, $filterValue)