Test Failed
Push — test ( 0c4d14...2be48d )
by Tom
02:17
created
src/Runner/Docker/Binary/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     public function asPackageArray()
90 90
     {
91
-        $package =  $this->package;
91
+        $package = $this->package;
92 92
         if (null === $package) {
93 93
             $package = array(
94 94
                 'name' => 'docker-19.03.1-linux-static-x86_64',
Please login to merge, or discard this patch.