| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 16 | class NewRelicFacade extends AbstractFacade implements NewRelicFacadeInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | * |
||
| 21 | * @api |
||
| 22 | * |
||
| 23 | * @param array $arguments |
||
| 24 | * |
||
| 25 | * @throws \SprykerEco\Zed\NewRelic\Business\Exception\RecordDeploymentException |
||
| 26 | * |
||
| 27 | * @return \SprykerEco\Zed\NewRelic\Business\Model\RecordDeploymentInterface |
||
| 28 | */ |
||
| 29 | public function recordDeployment(array $arguments = []): RecordDeploymentInterface |
||
| 34 |