We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219d7ac commit d4244a8Copy full SHA for d4244a8
src/Filesystem.php
@@ -4,7 +4,7 @@
4
5
interface Filesystem
6
{
7
- public function path(string $filename): string ;
+ public function path(string $filename): string;
8
public function has(string $filename): bool;
9
public function read(string $filename): bool;
10
public function put(string $filename, string $contents);
0 commit comments