Passed
Push — develop ( 536ad8...f91847 )
by Paul
05:14 queued 02:20
created
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.
src/MetaBox/Instruction.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -86,6 +86,7 @@
 block discarded – undo
86 86
 	abstract public function filter( $name, ...$args );
87 87
 
88 88
 	/**
89
+	 * @param boolean $bool
89 90
 	 * @return bool
90 91
 	 * @filter rwmb_show
91 92
 	 */
Please login to merge, or discard this patch.