Passed
Push — master ( 262662...7c3060 )
by DeGracia
01:47
created
src/CriteriaBuilder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -4,6 +4,10 @@
 block discarded – undo
4 4
 
5 5
 class CriteriaBuilder {
6 6
 
7
+    /**
8
+     * @param Contracts\Criteria $criteria
9
+     * @param Contracts\Occurence $occurence
10
+     */
7 11
     public function __construct($criteria, $occurence)
8 12
     {
9 13
         $this->criteria = $criteria;
Please login to merge, or discard this patch.