Skip to content

Commit d3ed5cf

Browse files
committed
Rename argument
1 parent 0ad7340 commit d3ed5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Interfaces/FileInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function fromPath(string $path): self;
1616
/**
1717
* Save data in given path in file system.
1818
*/
19-
public function save(string $filepath): void;
19+
public function save(string $path): void;
2020

2121
/**
2222
* Create file pointer from encoded data.

0 commit comments

Comments
 (0)