Test Failed
Push — master ( a0eed4...bb00ac )
by Kirill
149:40
created
src/Frontend/Builder/Definition/UnionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * @param Readable $file
26 26
      * @param RuleInterface|UnionDefinitionNode $ast
27
-     * @return \Generator|mixed
27
+     * @return \Generator
28 28
      */
29 29
     public function build(Readable $file, RuleInterface $ast)
30 30
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/EnumExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/InputExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/InterfaceExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/ObjectExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/ScalarExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/SchemaExtensionBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface $ast
26
-     * @return \Generator|mixed|Definition
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.
src/Frontend/Builder/Extension/UnionExtensionBuilder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * @param Readable $file
26 26
      * @param RuleInterface $ast
27
-     * @return \Generator|mixed|void
27
+     * @return \Generator
28 28
      */
29 29
     public function build(Readable $file, RuleInterface $ast)
30 30
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Railt\SDL\Frontend\Builder\ExtensionBuilder;
15 15
 use Railt\SDL\IR\Definition;
16 16
 use Railt\SDL\IR\Type;
17
-use Railt\SDL\IR\TypeDefinition;
18 17
 
19 18
 /**
20 19
  * Class UnionExtensionBuilder
Please login to merge, or discard this patch.
src/Frontend/Builder/Invocation/DirectiveInvocationBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param Readable $file
25 25
      * @param RuleInterface|DirectiveValueNode $ast
26
-     * @return \Generator|mixed|void
26
+     * @return \Generator
27 27
      */
28 28
     public function build(Readable $file, RuleInterface $ast)
29 29
     {
Please login to merge, or discard this patch.