Completed
Push — master ( 3cea42...86bc77 )
by Milan
06:50
created
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.
src/Upload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
 		$storeFile = new Store\File($relativePath, $fileUpload->getName(), $fileUpload->getContentType());
40 40
 
41
-		if($extendStoredFile !== NULL) {
41
+		if ($extendStoredFile !== NULL) {
42 42
 			$extendStoredFile($storeFile, $fileUpload);
43 43
 		}
44 44
 
Please login to merge, or discard this patch.