@@ -40,7 +40,7 @@ |
||
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 ) { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | /** |
14 | 14 | * The Kirki_Modules_Resize object. |
15 | 15 | */ |
16 | -class Kirki_Modules_Resize { |
|
16 | +class Kirki_Modules_Resize { |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Constructor. |