Passed
Push — master ( 4487e6...d49ffc )
by John
05:45
created
app/Babel/Install/InstallerBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
             }
103 103
             $needTLS=false;
104 104
             if (isset($this->babelConfig["require"]["tlsv1.3"])) {
105
-                $needTLS=$this->babelConfig["require"]["tlsv1.3"]?true:false;
105
+                $needTLS=$this->babelConfig["require"]["tlsv1.3"] ?true:false;
106 106
                 $supportTLS=in_array("tlsv1.3", stream_get_transports());
107 107
                 if ($needTLS && !$supportTLS) {
108 108
                     if (!$this->command->option('ignore-platform-reqs')) {
Please login to merge, or discard this patch.