Completed
Pull Request — master (#15)
by
unknown
05:40
created
src/DataProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,11 +76,11 @@
 block discarded – undo
76 76
 	}
77 77
 	
78 78
 	
79
-    	public function setDissolved(string $date)
80
-    	{
79
+		public function setDissolved(string $date)
80
+		{
81 81
 		$this->data['dissolved'] = new DateTime($date, new DateTimeZone('Europe/Prague'));
82 82
 		return $this;
83
-    	}
83
+		}
84 84
 
85 85
 
86 86
 	public function setFileNumber(string $fileNumber)
Please login to merge, or discard this patch.