@@ -126,6 +126,7 @@  | 
                                                    ||
| 126 | 126 | |
| 127 | 127 | /**  | 
                                                        
| 128 | 128 | * dependecy injection setter  | 
                                                        
| 129 | + * @param \Closure $generator  | 
                                                        |
| 129 | 130 | */  | 
                                                        
| 130 | 131 | public function setIdGenerator($generator)  | 
                                                        
| 131 | 132 |  	{ | 
                                                        
@@ -160,6 +160,9 @@  | 
                                                    ||
| 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)){ | 
                                                        
@@ -31,6 +31,7 @@  | 
                                                    ||
| 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 |  	{ |