Skip to content

Commit 798d58b

Browse files
committed
Annotate unused method as experimental
1 parent 984a0aa commit 798d58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/framework/src/Support/Filesystem/SourceFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function toArray(): array
4141
]);
4242
}
4343

44+
/** @experimental This method is not used anywhere other than tests and may be removed */
4445
public function withoutDirectoryPrefix(): string
4546
{
4647
// Works like basename, but keeps subdirectory names.

0 commit comments

Comments
 (0)