Completed
Pull Request — master (#20)
by Daniel
03:37 queued 01:31
created
lib/Query/Query.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         return new self($classFqn, $query['selects'], $query['joins'], $query['criteria'], $query['orderings'], $query['firstResult'], $query['maxResults']);
61 61
     }
62 62
 
63
+    /**
64
+     * @param string $value1
65
+     */
63 66
     public static function comparison(string $comparator, $value1, $value2): Comparison
64 67
     {
65 68
         return new Comparison($comparator, $value1, $value2);
Please login to merge, or discard this patch.