Skip to content

Commit c2bcab1

Browse files
committed
Fix phpdoc
1 parent f8231a7 commit c2bcab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GridFS/StreamWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function url_stat(string $path, int $flags)
317317
return $this->stream_stat();
318318
}
319319

320-
/** @return array{collectionWrapper: CollectionWrapper, file: object}|array{collectionWrapper: CollectionWrapper, filename: string, options: array */
320+
/** @return array{collectionWrapper: CollectionWrapper, file: object}|array{collectionWrapper: CollectionWrapper, filename: string, options: array} */
321321
private function getContext(string $path, string $mode): array
322322
{
323323
$context = [];

0 commit comments

Comments
 (0)