We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabd8cc commit 51969eaCopy full SHA for 51969ea
src/Filter/Closures.php
@@ -16,7 +16,7 @@ class Closures
16
* @param mixed $value the value to filter to a closure function
17
* @param bool $allowNull Set to true if NULL values are allowed. The filtered result of a NULL value is NULL
18
*
19
- * @return Closure|null the filtered $value
+ * @return \Closure|null the filtered $value
20
21
* @throws FilterException
22
*/
0 commit comments