Completed
Push — develop ( 33c6bd...5c1167 )
by Sebastian
02:41
created
src/DjThossi/SmokeTestingPhp/Collection/UrlCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
     /**
22
-     * @param array $urls
22
+     * @param Url[] $urls
23 23
      *
24 24
      * @return UrlCollection
25 25
      */
Please login to merge, or discard this patch.
src/DjThossi/SmokeTestingPhp/Runner/HttpRunner.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -8,6 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     /**
10 10
      * @param RequestOptions $requestOptions
11
+     * @return void
11 12
      */
12 13
     public function addRequest(RequestOptions $requestOptions);
13 14
 
Please login to merge, or discard this patch.