Completed
Push — master ( fb9739...3e52b5 )
by Milan
01:47 queued 11s
created
src/Data.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 		}
55 55
 
56 56
 		if ($this->dissolved instanceof \DateTimeInterface) {
57
-		    $data['dissolved'] = self::formatDate($this->dissolved);
57
+			$data['dissolved'] = self::formatDate($this->dissolved);
58 58
 		}
59 59
 		return $data;
60 60
 	}
Please login to merge, or discard this patch.