Skip to content

Commit f02979b

Browse files
committed
docs: add @return
1 parent 27ade01 commit f02979b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/Exceptions/FrameworkException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ public static function forInvalidDirectory(string $path)
4747
return new static(lang('Core.invalidDirectory', [$path]));
4848
}
4949

50+
/**
51+
* @return static
52+
*/
5053
public static function forCopyError(string $path)
5154
{
5255
return new static(lang('Core.copyError', [$path]));

0 commit comments

Comments
 (0)