Completed
Push — master ( d377f8...9cb36d )
by Kirill
02:33
created
src/Extension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param TypeDefinition $type
67
+     * @param \Railt\Reflection\Contracts\Definitions\TypeDefinition $type
68 68
      * @return bool
69 69
      */
70 70
     private function isCarbonField(TypeDefinition $type): bool
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 
75 75
     /**
76 76
      * @param Compiler $compiler
77
-     * @param FieldDefinition|FieldBuilder|TypeDefinition $field
77
+     * @param \Railt\Reflection\Contracts\Definitions\TypeDefinition $field
78 78
      */
79 79
     private function extend(Compiler $compiler, FieldDefinition $field): void
80 80
     {
Please login to merge, or discard this patch.