Passed
Push — master ( 82cc9c...6f4d3e )
by Roeland
22:49 queued 11:26
created
lib/private/Files/Cache/CacheEntry.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	}
59 59
 
60 60
 	public function getId() {
61
-		return (int)$this->data['fileid'];
61
+		return (int) $this->data['fileid'];
62 62
 	}
63 63
 
64 64
 	public function getStorageId() {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
 
68 68
 
69 69
 	public function getPath() {
70
-		return (string)$this->data['path'];
70
+		return (string) $this->data['path'];
71 71
 	}
72 72
 
73 73
 
Please login to merge, or discard this patch.