Passed
Push — master ( a2423b...c3434c )
by Adam
43s queued 12s
created
src/IPub/Flysystem/Factories/Adapters/MemoryFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Flysystem\Factories\Adapters;
18 18
 
19 19
 use Nette\Utils;
20
-
21 20
 use League\Flysystem\Memory;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/IPub/Flysystem/Factories/Adapters/NullFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Flysystem\Factories\Adapters;
18 18
 
19 19
 use Nette\Utils;
20
-
21 20
 use League\Flysystem\Adapter;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/IPub/Flysystem/Factories/Cache/MemoryFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Flysystem\Factories\Cache;
18 18
 
19 19
 use Nette\Utils;
20
-
21 20
 use League\Flysystem\Cached;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/IPub/Flysystem/Loaders/NeonFileLoader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	use Nette\SmartObject;
39 39
 
40 40
 	/**
41
-	 * @param $resource
41
+	 * @param string $resource
42 42
 	 *
43 43
 	 * @return array
44 44
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Nette;
20 20
 use Nette\Neon;
21 21
 use Nette\Utils;
22
-
23 22
 use IPub\Flysystem\Exceptions;
24 23
 
25 24
 /**
Please login to merge, or discard this patch.
src/IPub/Flysystem/Factories/Cache/NoopFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Flysystem\Factories\Cache;
18 18
 
19 19
 use Nette\Utils;
20
-
21 20
 use League\Flysystem\Cached;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/IPub/Flysystem/DI/FlysystemExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,9 +19,7 @@
 block discarded – undo
19 19
 use Nette;
20 20
 use Nette\DI;
21 21
 use Nette\Utils;
22
-
23 22
 use League\Flysystem;
24
-
25 23
 use IPub\Flysystem\Exceptions;
26 24
 use IPub\Flysystem\Factories;
27 25
 use IPub\Flysystem\Loaders;
Please login to merge, or discard this patch.