Test Failed
Push — master ( 6bac61...6350a6 )
by Kirill
03:02
created
src/Frontend/System/DefinitionSystem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param Readable $file
35
-     * @param RuleInterface|ProvidesType|ProvidesName $ast
36
-     * @return \Generator|mixed
35
+     * @param RuleInterface $ast
36
+     * @return \Generator
37 37
      */
38 38
     public function apply(Readable $file, RuleInterface $ast)
39 39
     {
Please login to merge, or discard this patch.