There was an error while loading. Please reload this page.
1 parent 0ad7340 commit d3ed5cfCopy full SHA for d3ed5cf
1 file changed
src/Interfaces/FileInterface.php
@@ -16,7 +16,7 @@ public static function fromPath(string $path): self;
16
/**
17
* Save data in given path in file system.
18
*/
19
- public function save(string $filepath): void;
+ public function save(string $path): void;
20
21
22
* Create file pointer from encoded data.
0 commit comments