Passed
Push — master ( 1cb9da...331ac1 )
by Milan
01:50
created
src/DocumentRoot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	 */
20 20
 	public function createAbsolutePath($relativePath)
21 21
 	{
22
-		if($relativePath instanceof IStoreFile) {
22
+		if ($relativePath instanceof IStoreFile) {
23 23
 			$relativePath = $relativePath->getRelativePath();
24 24
 		}
25 25
 
Please login to merge, or discard this patch.
src/FileResponseFactory.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 FileResponseFactory
9 9
 {
Please login to merge, or discard this patch.