Skip to content

Commit 0503bd3

Browse files
authored
Merge pull request #847 from hydephp/mark-FilesystemContract-interface-as-internal
Mark FilesystemContract interface as internal
2 parents 4a97acb + a5c9100 commit 0503bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Support/Contracts/FilesystemContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Hyde\Support\Contracts;
66

77
/**
8-
* Interface for the Illuminate Filesystem class, but with static methods and strong types inferred from the PHPDocs.
8+
* @internal Interface for the Illuminate Filesystem class, but with static methods and strong types inferred from the PHPDocs.
99
*
1010
* @see \Illuminate\Filesystem\Filesystem
1111
*/

0 commit comments

Comments
 (0)