| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 61 | public function joining(string $server) : void |
||
| 62 | { |
||
| 63 | $cluster = |
||
| 64 | $this->targets[$server] ?? |
||
| 65 | $this->targets[$server] = $this->modifying(new Endpoints($server, $this->tags(), $this->options($server))) |
||
| 66 | ; |
||
| 67 | |||
| 68 | $this->resources->initialize(Scenes::SERVICE, '', $server, $cluster); |
||
| 69 | } |
||
| 93 |