Skip to content

Commit 51969ea

Browse files
akoryakchadicus
andauthored
Update src/Filter/Closures.php
Co-authored-by: Chad Gray <[email protected]>
1 parent eabd8cc commit 51969ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filter/Closures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Closures
1616
* @param mixed $value the value to filter to a closure function
1717
* @param bool $allowNull Set to true if NULL values are allowed. The filtered result of a NULL value is NULL
1818
*
19-
* @return Closure|null the filtered $value
19+
* @return \Closure|null the filtered $value
2020
*
2121
* @throws FilterException
2222
*/

0 commit comments

Comments
 (0)