Completed
Push — develop ( 1b4eef...bca1b2 )
by Aristeides
02:34
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.
controls/repeater/class-kirki-control-repeater.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -597,7 +597,6 @@
 block discarded – undo
597 597
 	 *
598 598
 	 * @access protected
599 599
 	 * @since 3.0.0
600
-	 * @param string|false $id The string-ID.
601 600
 	 * @return string
602 601
 	 */
603 602
 	protected function l10n( $config_id = false ) {
Please login to merge, or discard this patch.