Passed
Branch master (e973cc)
by DeGracia
03:07 queued 01:20
created
src/Criteria.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 Criteria {
6 6
 
7
+    /**
8
+     * @param Contracts\Dictionary $dictionary
9
+     * @param Contracts\Occurence $occurence
10
+     */
7 11
     public function __construct($dictionary, $occurence)
8 12
     {
9 13
         $this->dictionary = $dictionary;
Please login to merge, or discard this patch.