Completed
Push — master ( 081071...48c049 )
by Enrico
01:58
created
src/FactsFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -160,6 +160,9 @@
 block discarded – undo
160 160
 	}
161 161
 
162 162
 
163
+	/**
164
+	 * @param string $counter
165
+	 */
163 166
 	public function addToCounter($counter,$val=1)
164 167
 	{
165 168
 		if(!array_key_exists($counter,$this->counter)){
Please login to merge, or discard this patch.