Completed
Push — develop ( 6bd170...8ae425 )
by Aristeides
06:11 queued 03:35
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.
controls/gradient/class-kirki-control-gradient.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,6 @@
 block discarded – undo
195 195
 	 *
196 196
 	 * @access protected
197 197
 	 * @since 3.0.0
198
-	 * @param string|false $id The string-ID.
199 198
 	 * @return string
200 199
 	 */
201 200
 	protected function l10n() {
Please login to merge, or discard this patch.