Completed
Push — v2 ( 3e969e...4037a7 )
by Berend
04:12 queued 02:01
created
src/QueryPredicate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
 	/* @var Array The list of subclauses that are combined by this predicate. */
17 17
 	private $conditions;
18 18
 
19
+	/**
20
+	 * @param string $type
21
+	 */
19 22
 	public function __construct($type, QueryExpression $left, QueryExpression ...$others)
20 23
 	{
21 24
 		switch ($type) {
Please login to merge, or discard this patch.