Completed
Push — master ( ae9f34...72d022 )
by Derek Stephen
12:25 queued 09:42
created
src/Adapter/Local.php 2 patches
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.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use DirectoryIterator;
6 6
 use FilesystemIterator;
7
-use finfo as Finfo;
8 7
 use League\Flysystem\AdapterInterface;
9 8
 use League\Flysystem\Config;
10 9
 use League\Flysystem\Exception;
@@ -15,6 +14,7 @@  discard block
 block discarded – undo
15 14
 use RecursiveDirectoryIterator;
16 15
 use RecursiveIteratorIterator;
17 16
 use SplFileInfo;
17
+use finfo as Finfo;
18 18
 
19 19
 class Local extends AbstractAdapter
20 20
 {
Please login to merge, or discard this patch.
src/Adapter/NullAdapter.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace League\Flysystem\Adapter;
4 4
 
5
-use League\Flysystem\Adapter\Polyfill\StreamedCopyTrait;
6
-use League\Flysystem\Adapter\Polyfill\StreamedTrait;
7 5
 use League\Flysystem\Config;
8 6
 use League\Flysystem\Util;
9 7
 
Please login to merge, or discard this patch.