Passed
Push — develop ( 9b346b...48f539 )
by Paul
12:10
created
src/MetaBox/Instruction.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -84,6 +84,7 @@
 block discarded – undo
84 84
 	abstract public function filter();
85 85
 
86 86
 	/**
87
+	 * @param boolean $bool
87 88
 	 * @return bool
88 89
 	 * @filter rwmb_show
89 90
 	 */
Please login to merge, or discard this patch.
src/Settings/RWMetaBox.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
 	protected $pollux_hook;
14 14
 	protected $pollux_id;
15 15
 
16
+	/**
17
+	 * @param string $id
18
+	 * @param string $hook
19
+	 */
16 20
 	public function __construct( $metabox, $id = null, $hook = null )
17 21
 	{
18 22
 		parent::__construct( $metabox );
Please login to merge, or discard this patch.