Completed
Push — master ( 774eb2...689ba3 )
by Richard
07:00
created
src/App/App.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Lechimp\Dicto\App;
12 12
 
13 13
 use Lechimp\Dicto\App\RuleFromFSLoader;
14
-
15 14
 use Symfony\Component\Yaml\Yaml;
16 15
 use Pimple\Container;
17 16
 use PhpParser\ParserFactory;
Please login to merge, or discard this patch.
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.