Completed
Push — master ( 5fcf82...5e797b )
by Chris
02:55
created
src/FlysystemStreamWrapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
      *
719 719
      * @param string $path The path to open.
720 720
      *
721
-     * @return resource|bool The file handle, or false.
721
+     * @return resource The file handle, or false.
722 722
      */
723 723
     protected function getWritableStream($path)
724 724
     {
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
      *
740 740
      * @param string $path The path to open.
741 741
      *
742
-     * @return resource|bool The file handle, or false.
742
+     * @return boolean The file handle, or false.
743 743
      */
744 744
     protected function getAppendStream($path)
745 745
     {
Please login to merge, or discard this patch.