@@ -261,8 +261,8 @@ discard block |
||
261 | 261 | } |
262 | 262 | |
263 | 263 | /** |
264 | - * @param null $key |
|
265 | - * @param null $value |
|
264 | + * @param string $key |
|
265 | + * @param string $value |
|
266 | 266 | * |
267 | 267 | * @return \UsabilityDynamics\Settings |
268 | 268 | */ |
@@ -271,7 +271,7 @@ discard block |
||
271 | 271 | } |
272 | 272 | |
273 | 273 | /** |
274 | - * @param null $key |
|
274 | + * @param string $key |
|
275 | 275 | * @param null $default |
276 | 276 | * |
277 | 277 | * @return \UsabilityDynamics\type |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Constructor |
21 | 21 | * |
22 | 22 | * @param array $args |
23 | - * @param null $context |
|
23 | + * @param Bootstrap $context |
|
24 | 24 | */ |
25 | 25 | function __construct( $args = array(), $context = null ) { |
26 | 26 |
@@ -333,7 +333,7 @@ discard block |
||
333 | 333 | * @param $value |
334 | 334 | * |
335 | 335 | * @internal param mixed $js |
336 | - * @return void |
|
336 | + * @return integer |
|
337 | 337 | */ |
338 | 338 | public function save_asset( $value = null ) { |
339 | 339 | |
@@ -712,6 +712,7 @@ discard block |
||
712 | 712 | |
713 | 713 | /** |
714 | 714 | * Returns required argument |
715 | + * @param string $arg |
|
715 | 716 | */ |
716 | 717 | public function get( $arg = null ) { |
717 | 718 |
@@ -82,8 +82,8 @@ |
||
82 | 82 | /** |
83 | 83 | * @param $object |
84 | 84 | * @param $todo |
85 | - * @param $extension |
|
86 | - * @param $where |
|
85 | + * @param string $extension |
|
86 | + * @param string $where |
|
87 | 87 | * @return array |
88 | 88 | */ |
89 | 89 | function minit_objects( &$object, $todo, $extension, $where ) { |
@@ -149,7 +149,6 @@ discard block |
||
149 | 149 | /** |
150 | 150 | * logs a variable to the console |
151 | 151 | * |
152 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
153 | 152 | * @return void |
154 | 153 | */ |
155 | 154 | public static function log() { |
@@ -160,7 +159,6 @@ discard block |
||
160 | 159 | /** |
161 | 160 | * logs a warning to the console |
162 | 161 | * |
163 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
164 | 162 | * @return void |
165 | 163 | */ |
166 | 164 | public static function warn() { |
@@ -171,7 +169,6 @@ discard block |
||
171 | 169 | /** |
172 | 170 | * logs an error to the console |
173 | 171 | * |
174 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
175 | 172 | * @return void |
176 | 173 | */ |
177 | 174 | public static function error() { |
@@ -192,7 +189,6 @@ discard block |
||
192 | 189 | /** |
193 | 190 | * sends an info log |
194 | 191 | * |
195 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
196 | 192 | * @return void |
197 | 193 | */ |
198 | 194 | public static function info() { |
@@ -350,6 +346,8 @@ discard block |
||
350 | 346 | * adds a value to the data array |
351 | 347 | * |
352 | 348 | * @var mixed |
349 | + * @param string $backtrace |
|
350 | + * @param string $type |
|
353 | 351 | * @return void |
354 | 352 | */ |
355 | 353 | protected function _addRow( array $logs, $backtrace, $type ) { |
@@ -415,6 +413,7 @@ discard block |
||
415 | 413 | * gets a setting |
416 | 414 | * |
417 | 415 | * @param string key |
416 | + * @param string $key |
|
418 | 417 | * @return mixed |
419 | 418 | */ |
420 | 419 | public function getSetting( $key ) { |