Completed
Push — v2 ( 3f2240...40dd63 )
by Berend
03:07
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.