| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | public function builds() |
||
| 16 | { |
||
| 17 | return await( |
||
| 18 | Promise::fromObservable( |
||
| 19 | $this->getTransport()->hydrateFQCN( |
||
| 20 | AsyncRepository::class, |
||
| 21 | $this->getTransport()->extractFQCN(AsyncRepository::class, $this) |
||
| 22 | )->builds()->toArray() |
||
| 23 | ), |
||
| 24 | $this->getTransport()->getLoop() |
||
| 25 | ); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |