Skip to content

Commit ab95d4e

Browse files
committed
Fix some redundant @return phpdoc
1 parent d685d0c commit ab95d4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Fixtures/MockStream/MockStream.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public function stream_open(string $path, string $mode, int $options, string &$o
3434
/**
3535
* @param string $path The file path or URL to stat
3636
* @param int $flags Holds additional flags set by the streams API
37-
*
38-
* @return array
3937
*/
4038
public function url_stat(string $path, int $flags): array
4139
{

0 commit comments

Comments
 (0)