Test Failed
Pull Request — master (#34)
by
unknown
01:49
created
src/File.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
 
44
-	public function jsonSerialize() 
45
-	{
44
+    public function jsonSerialize() 
45
+    {
46 46
         return [
47 47
             'id' => $this->getId(),
48 48
             'name' => $this->getName(),
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
             'action' => $this->getAction(),
55 55
             'uploadTimestamp' => $this->getUploadTimestamp(),
56 56
         ];
57
-	}
57
+    }
58 58
     /**
59 59
      * @return string
60 60
      */
Please login to merge, or discard this patch.