Completed
Push — master ( 0cf24a...1a553a )
by Guillaume
04:54
created
src/Pusher/AbstractPusher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      *
56 56
      * @param array  $options
57 57
      * @param IO     $io
58
-     * @param Client $client
58
+     * @param SdkClient $client
59 59
      */
60 60
     public function __construct(array $options, IO $io, SdkClient $client = null)
61 61
     {
Please login to merge, or discard this patch.
tests/Monitor/Runner/RunnerTest.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,7 @@
 block discarded – undo
120 120
             1,
121 121
             200,
122 122
             $validator ?
123
-            (new Validator(['type' => 'html', 'match' => '/test/'])) :
124
-            (new Validator()),
123
+            (new Validator(['type' => 'html', 'match' => '/test/'])) : (new Validator()),
125 124
             null,
126 125
             null
127 126
         );
Please login to merge, or discard this patch.