@@ -89,7 +89,7 @@ |
||
89 | 89 | * @param array|\ArrayAccess[] $array The elements to filter through |
90 | 90 | * @param string $key The key value in an associative array or FrontMatter |
91 | 91 | * @param string $comparison The actual comparison symbols being used |
92 | - * @param mixed $value The value we're searching for |
|
92 | + * @param string $value The value we're searching for |
|
93 | 93 | * |
94 | 94 | * @throws Twig_Error_Syntax |
95 | 95 | * |