Completed
Push — master ( 054527...be0150 )
by Milan
01:52
created
src/Download.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Upload;
4 4
 
5
-use Nette\Application,
6
-	Nette\Http;
5
+use Nette\Application;
6
+use Nette\Http;
7 7
 
8 8
 class Download
9 9
 {
Please login to merge, or discard this patch.
src/Driver/Ftp.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Upload\Driver;
4 4
 
5
-use h4kuna\Upload,
6
-	Nette\Http;
5
+use h4kuna\Upload;
6
+use Nette\Http;
7 7
 
8 8
 class Ftp implements Upload\IDriver
9 9
 {
Please login to merge, or discard this patch.
src/Store/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,6 +68,6 @@
 block discarded – undo
68 68
 
69 69
 	public function __toString()
70 70
 	{
71
-		return (string)$this->getRelativePath();
71
+		return (string) $this->getRelativePath();
72 72
 	}
73 73
 }
74 74
\ No newline at end of file
Please login to merge, or discard this patch.