Completed
Push — temp-branch-1.2.2 ( a16ddd )
by Maxim
15:11 queued 06:08
created
lib/class-bootstrap.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -261,8 +261,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/class-scaffold.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -712,6 +712,7 @@
 block discarded – undo
712 712
       
713 713
       /**
714 714
        * Returns required argument
715
+       * @param string $arg
715 716
        */
716 717
       public function get( $arg = null ) {
717 718
 
Please login to merge, or discard this patch.
lib/class-style.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.