Skip to content

Commit e038a95

Browse files
committed
No need to declare implementing Stringable.
It's already part of the `ResourceInterface` which is one of the super classes.
1 parent 088a948 commit e038a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Config/OptionalFileResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @see FileResource
1515
* @see FileExistenceResource
1616
*/
17-
class OptionalFileResource implements SelfCheckingResourceInterface, Stringable
17+
class OptionalFileResource implements SelfCheckingResourceInterface
1818
{
1919
private readonly bool $exists;
2020

0 commit comments

Comments
 (0)