Completed
Push — master ( 774eb2...689ba3 )
by Richard
07:00
created
src/Rules/Rule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
      *
161 161
      * @param   array   $row
162 162
      * @param   string  $file_source
163
-     * @return  Violation
163
+     * @return  \Lechimp\Dicto\Analysis\Violation
164 164
      */
165 165
     public function to_violation(array $row, array $file_source) {
166 166
         return $this->schema->to_violation($this, $row, $file_source);
Please login to merge, or discard this patch.