Skip to content

Commit 8af2a22

Browse files
Merge branch '3.4' into 4.3
* 3.4: [Routing] Add a param annotation for $annot. [DI] fix docblock Add missing translations for Armenian locale [Process] Doc block backport. Fix some docblocks.
2 parents 16988b0 + 46b3a57 commit 8af2a22

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
@@ -742,6 +742,11 @@ private function getSchemeAndHierarchy(string $filename): array
742742
return 2 === \count($components) ? [$components[0], $components[1]] : [null, $components[0]];
743743
}
744744

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

0 commit comments

Comments
 (0)