Completed
Pull Request — master (#2)
by
unknown
07:47
created
src/Service/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
     public function addPort(array $port): void
206 206
     {
207 207
         $this->ports[] = array(
208
-            'source' => $port['source'] ?? '',  //optional
208
+            'source' => $port['source'] ?? '', //optional
209 209
             'target' => $port['target'],
210 210
         );
211 211
     }
Please login to merge, or discard this patch.