Completed
Push — master ( 2d2bed...a288d0 )
by Enrico
07:26
created
src/Model/AbstractModel.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -126,6 +126,7 @@
 block discarded – undo
126 126
 	
127 127
 	/**
128 128
 	 * dependecy injection setter 
129
+	 * @param \Closure $generator
129 130
 	 */
130 131
 	public function setIdGenerator($generator)
131 132
 	{
Please login to merge, or discard this patch.
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.
src/Reasoner/Levenshtein.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
  		
32 32
     /**
33 33
 	 * targets must be an hash of tokenized strings
34
+     * @param string $token
34 35
      */
35 36
 	protected function findClosestUriToToken( $token, array $targets) 
36 37
 	{
Please login to merge, or discard this patch.