Passed
Pull Request — master (#33)
by Leon
03:49 queued 01:50
created
includes/class-meta-box.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
 		 *
222 222
 		 * @since 1.1.4
223 223
 		 * @param string       $arg   Field definition.
224
-		 * @param string|array $value A CMB2 field type.
224
+		 * @param string[] $value A CMB2 field type.
225 225
 		 */
226 226
 		public function add_arg( $arg, $value ) {
227 227
 			if ( $this->should_add_arg( $this->field, $arg, $value[1] ) ) {
Please login to merge, or discard this patch.