@@ -208,7 +208,7 @@ |
||
208 | 208 | } |
209 | 209 | |
210 | 210 | /** |
211 | - * @param $bbcode |
|
211 | + * @param string $bbcode |
|
212 | 212 | * |
213 | 213 | * @return string |
214 | 214 | */ |
@@ -24,6 +24,7 @@ |
||
24 | 24 | * @param \chillerlan\Traits\ContainerInterface $options |
25 | 25 | * @param \Psr\SimpleCache\CacheInterface $cache |
26 | 26 | * @param \Psr\Log\LoggerInterface $logger |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function __construct(ContainerInterface $options, CacheInterface $cache, LoggerInterface $logger); |
29 | 30 |
@@ -24,6 +24,7 @@ |
||
24 | 24 | * @param \chillerlan\Traits\ContainerInterface $options |
25 | 25 | * @param \Psr\SimpleCache\CacheInterface $cache |
26 | 26 | * @param \Psr\Log\LoggerInterface $logger |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function __construct(ContainerInterface $options, CacheInterface $cache, LoggerInterface $logger); |
29 | 30 |
@@ -246,7 +246,6 @@ |
||
246 | 246 | |
247 | 247 | /** |
248 | 248 | * Checks if an attribute exists and if it exists as key in a whitelist |
249 | - |
|
250 | 249 | * @param string $name the desired attributes name |
251 | 250 | * @param array $whitelist an array with whitelisted key -> value pairs |
252 | 251 | * @param mixed $default [optional] a default value in case the attribute isn't set, defaults to false |