Skip to content

Commit 46b3a57

Browse files
committed
Fix some docblocks.
1 parent 10661ec commit 46b3a57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Filesystem.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,11 @@ private function getSchemeAndHierarchy($filename)
743743
return 2 === \count($components) ? [$components[0], $components[1]] : [null, $components[0]];
744744
}
745745

746+
/**
747+
* @param callable $func
748+
*
749+
* @return mixed
750+
*/
746751
private static function box($func)
747752
{
748753
self::$lastError = null;

0 commit comments

Comments
 (0)