Completed
Push — develop ( ad2e91...e422ff )
by Aristeides
12:12 queued 09:47
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/css/class-kirki-css-to-file.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 * @access protected
47 47
 	 * @since 3.0.0
48 48
 	 * @param string $context Can be "file" or "folder". If empty, returns both as array.
49
-	 * @return string|array
49
+	 * @return string
50 50
 	 */
51 51
 	protected function get_path( $context = '' ) {
52 52
 
Please login to merge, or discard this patch.