Passed
Push — develop ( f5a1f6...536ad8 )
by Paul
03:01
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.