Completed
Pull Request — master (#19)
by
unknown
01:37
created
src/FlysystemStreamWrapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     }
201 201
 
202 202
     /**
203
-     * @return array The list of registered protocols.
203
+     * @return integer[] The list of registered protocols.
204 204
      */
205 205
     public static function getRegisteredProtocols()
206 206
     {
@@ -748,7 +748,7 @@  discard block
 block discarded – undo
748 748
      *
749 749
      * @param string $path The path to open.
750 750
      *
751
-     * @return resource|bool The file handle, or false.
751
+     * @return resource The file handle, or false.
752 752
      */
753 753
     protected function getWritableStream($path)
754 754
     {
Please login to merge, or discard this patch.