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