Test Failed
Branch test (ad29d6)
by Tom
02:27
created
src/Runner/Docker/Binary/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      */
107 107
     public function asPackageArray()
108 108
     {
109
-        $package =  $this->package;
109
+        $package = $this->package;
110 110
         if (null === $package) {
111 111
             $package = $this->resolve('docker-19.03.1-linux-static-x86_64')->package;
112 112
         }
Please login to merge, or discard this patch.