@@ -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 | { |
@@ -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 | { |