Completed
Push — master ( 4949cb...c5d441 )
by Derek Stephen
33:30 queued 27:58
created
src/Adapter/Local.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -487,6 +487,7 @@
 block discarded – undo
487 487
 
488 488
     /**
489 489
      * @inheritdoc
490
+     * @param string $path
490 491
      */
491 492
     public function applyPathPrefix($path)
492 493
     {
Please login to merge, or discard this patch.
src/Adapter/NullAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      *
15 15
      * @param string $path
16 16
      *
17
-     * @return array|false
17
+     * @return boolean
18 18
      *
19 19
      * @see League\Flysystem\ReadInterface::readStream()
20 20
      */
Please login to merge, or discard this patch.