Test Setup Failed
Pull Request — master (#3)
by Miloš
09:41
created
src/IPub/Flysystem/DI/FlysystemExtension.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -17,12 +17,7 @@
 block discarded – undo
17 17
 use Nette;
18 18
 use Nette\DI;
19 19
 use Nette\Utils;
20
-use Nette\PhpGenerator as Code;
21
-
22
-use Tracy;
23
-
24 20
 use League\Flysystem;
25
-
26 21
 use IPub;
27 22
 use IPub\Flysystem\Exceptions;
28 23
 use IPub\Flysystem\Factories;
Please login to merge, or discard this patch.
src/IPub/Flysystem/Loaders/NeonFileLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
  */
33 33
 class NeonFileLoader
34 34
 {
35
-    use Nette\SmartObject;
35
+	use Nette\SmartObject;
36 36
 
37 37
 	/**
38 38
 	 * @param $resource
Please login to merge, or discard this patch.