Completed
Push — master ( e708ab...1e8671 )
by Dmitry
02:56
created
src/Sync/TestRailSync.php 1 patch
Doc Comments   +8 added lines, -5 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @param $normalizeTitle
137
+     * @param string $normalizeTitle
138 138
      *
139 139
      * @return \Closure
140 140
      */
@@ -145,6 +145,9 @@  discard block
 block discarded – undo
145 145
         };
146 146
     }
147 147
 
148
+    /**
149
+     * @param string $resourcePath
150
+     */
148 151
     protected function getResourceUrl($resourcePath)
149 152
     {
150 153
         return $this->getApiUrl().$resourcePath;
@@ -203,7 +206,7 @@  discard block
 block discarded – undo
203 206
     }
204 207
 
205 208
     /**
206
-     * @param $testRunId
209
+     * @param integer $testRunId
207 210
      *
208 211
      * @return array
209 212
      *
@@ -229,7 +232,7 @@  discard block
 block discarded – undo
229 232
 
230 233
     /**
231 234
      * @param TestRailRunReport $testRailReport
232
-     * @param $testRunId
235
+     * @param integer $testRunId
233 236
      *
234 237
      * @return ResponseInterface
235 238
      *
@@ -263,7 +266,7 @@  discard block
 block discarded – undo
263 266
 
264 267
     /**
265 268
      * @param ResponseInterface $request
266
-     * @param $apiUrlResource
269
+     * @param string $apiUrlResource
267 270
      *
268 271
      * @throws TestRailSyncServerException
269 272
      */
@@ -286,7 +289,7 @@  discard block
 block discarded – undo
286 289
      * @param TestCase $testCase
287 290
      * @param Result   $result
288 291
      *
289
-     * @return object
292
+     * @return string
290 293
      */
291 294
     private function genFormatedComment(TestCase $testCase, Result $result)
292 295
     {
Please login to merge, or discard this patch.