Completed
Pull Request — master (#241)
by
unknown
02:29
created
src/Stream.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      *
125 125
      * @param string $url       file url
126 126
      * @param string $open_mode the file open mode flag
127
-     * @param null   $context   the resource context
127
+     * @param resource|null   $context   the resource context
128 128
      *
129 129
      * @throws Exception if the stream resource can not be created
130 130
      *
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
      *
211 211
      * @param string $url       file url
212 212
      * @param string $open_mode the file open mode flag
213
-     * @param null   $context   the resource context
213
+     * @param resource|null   $context   the resource context
214 214
      *
215 215
      * @see http://php.net/manual/es/wrappers.php
216 216
      *
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
      *
399 399
      * @see http://php.net/manual/en/splfileobject.current.php
400 400
      *
401
-     * @return mixed
401
+     * @return string[]
402 402
      */
403 403
     public function current()
404 404
     {
Please login to merge, or discard this patch.