@@ -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)){ |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | |
155 | 155 | /** |
156 | 156 | * parses a string and find inside one of muplier unit |
157 | - * @return unit multiplier |
|
157 | + * @return integer multiplier |
|
158 | 158 | */ |
159 | 159 | public static function FIND_MULTIPLIER($value) |
160 | 160 | { |
@@ -252,6 +252,9 @@ discard block |
||
252 | 252 | return $multiplier; |
253 | 253 | } |
254 | 254 | |
255 | + /** |
|
256 | + * @param string $value |
|
257 | + */ |
|
255 | 258 | public static function FILTER_SANITIZE_RANGE($value) |
256 | 259 | { |
257 | 260 | $range=static::PARSE_QUANTITATIVE_VALUE($value); |
@@ -278,6 +281,7 @@ discard block |
||
278 | 281 | |
279 | 282 | /** |
280 | 283 | * empty allowed multibyte uppercase |
284 | + * @param string $value |
|
281 | 285 | */ |
282 | 286 | public static function FILTER_SANITIZE_PERSON_NAME($value) |
283 | 287 | { |