Skip to content

Commit ee29264

Browse files
authored
Merge pull request #922 from holtkamp/patch-1
int|false as return type in PHPDoc for getTimestamp()
2 parents ba98ebe + cf77e78 commit ee29264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MountManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @method array listPaths($directory = '', $recursive = false)
3333
* @method array getWithMetadata($path, array $metadata)
3434
* @method string|false getMimetype($path)
35-
* @method string|false getTimestamp($path)
35+
* @method int|false getTimestamp($path)
3636
* @method string|false getVisibility($path)
3737
* @method int|false getSize($path);
3838
* @method bool setVisibility($path, $visibility)

0 commit comments

Comments
 (0)