Passed
Push — v2 ( 40dd63...f2454a )
by Berend
01:57
created
src/QueryPredicate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 
15 15
 	private $conditions;
16 16
 
17
+	/**
18
+	 * @param string $type
19
+	 */
17 20
 	public function __construct($type, QueryExpression $left, QueryExpression ...$others)
18 21
 	{
19 22
 		switch ($type) {
Please login to merge, or discard this patch.