Skip to content

Commit 05fc454

Browse files
committed
docs: add @return
1 parent faac980 commit 05fc454

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

system/Exceptions/FrameworkException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ public static function forInvalidFile(string $path)
3333
return new static(lang('Core.invalidFile', [$path]));
3434
}
3535

36+
/**
37+
* @return static
38+
*/
3639
public static function forInvalidDirectory(string $path)
3740
{
3841
return new static(lang('Core.invalidDirectory', [$path]));

0 commit comments

Comments
 (0)