Completed
Push — develop ( 38831a...4fffa2 )
by Aristeides
08:57 queued 03:28
created
field/class-kirki-field-checkbox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	 * Sanitizes checkbox values.
41 41
 	 *
42 42
 	 * @access public
43
-	 * @param boolean|integer|string|null $value The checkbox value.
43
+	 * @param boolean|string $value The checkbox value.
44 44
 	 * @return bool
45 45
 	 */
46 46
 	public function sanitize( $value = null ) {
Please login to merge, or discard this patch.
modules/customizer-styling/class-kirki-modules-customizer-styling.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,8 +233,11 @@
 block discarded – undo
233 233
 			.expanded .wp-full-overlay-footer {
234 234
 				<?php if ( false === strpos( $config['width'], 'calc' ) ) : ?>
235 235
 					width: calc(<?php echo esc_attr( $config['width'] ); ?> - 1px);
236
-				<?php else : ?>
237
-					width: <?php echo esc_attr( $config['width'] ); ?>
236
+				<?php else {
237
+	: ?>
238
+					width: <?php echo esc_attr( $config['width'] );
239
+}
240
+?>
238 241
 				<?php endif; ?>
239 242
 			}
240 243
 
Please login to merge, or discard this patch.
modules/webfonts/class-kirki-modules-webfonts-link.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -55,6 +55,7 @@
 block discarded – undo
55 55
 	 *
56 56
 	 * @access public
57 57
 	 * @since 3.0
58
+	 * @param string $config_id
58 59
 	 */
59 60
 	public function __construct( $config_id, $webfonts, $googlefonts, $args = array() ) {
60 61
 
Please login to merge, or discard this patch.