Passed
Branch master (c8c33a)
by Tim
04:56
created
Category
src/AppserverIo/Provisioning/Api/Node/ExecuteNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         /** @var \AppserverIo\Provisioning\Api\Node\ArgNode $arg */
111 111
         foreach ($this->getArgs() as $arg) {
112 112
             if ($name = $arg->getName()) {
113
-                $command .=  ' ' . $name;
113
+                $command .= ' ' . $name;
114 114
             }
115 115
             if ($value = $arg->castToType()) {
116 116
                 $command .= ' ' . $value;
Please login to merge, or discard this patch.