Completed
Push — master ( 84a7d6...51cd60 )
by Nicolai
08:39 queued 06:45
created
src/Providers/ModuleTestingServiceProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -161,6 +161,7 @@
 block discarded – undo
161 161
     
162 162
     /**
163 163
      * @param string[] ...$parts
164
+     * @param string $parts
164 165
      *
165 166
      * @return string
166 167
      */
Please login to merge, or discard this patch.
src/Codeception/Helper/GraphQL.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
     
94 94
     /**
95
-     * @return mixed
95
+     * @return string|null
96 96
      */
97 97
     public function getResponseContent()
98 98
     {
Please login to merge, or discard this patch.