Completed
Push — master ( bd87f9...9971b9 )
by Richard
06:03
created
src/Rules/ContainText.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Lechimp\Dicto\Indexer\Insert;
15 15
 use Lechimp\Dicto\Indexer\Location;
16 16
 use Lechimp\Dicto\Analysis\Query;
17
-use Lechimp\Dicto\Analysis\Violation;
18 17
 use \Lechimp\Dicto\Variables\Variable;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
src/Variables/Name.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      * Fetch arguments for the Property from a stream of tokens during parsing.
31 31
      *
32 32
      * @param   ArgumentParser  $parser
33
-     * @return  array
33
+     * @return  string[]
34 34
      */
35 35
     public function fetch_arguments(ArgumentParser $parser) {
36 36
         $regexp = $parser->fetch_string();
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Compile the property to an SQL expression.
59 59
      *
60
-     * @param   array               $argument
60
+     * @param   array               $arguments
61 61
      * @param   ExpressionBuilder   $builder
62 62
      * @param   string              $table_name
63 63
      * @param   bool                $negate
Please login to merge, or discard this patch.
src/Variables/Property.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Compile the property to an SQL expression.
56 56
      *
57
-     * @param   array               $argument
57
+     * @param   array               $arguments
58 58
      * @param   ExpressionBuilder   $builder
59 59
      * @param   string              $table_name
60 60
      * @param   bool                $negate
Please login to merge, or discard this patch.