@@ -205,7 +205,7 @@ |
||
| 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 | } |