Skip to content

Commit 596e260

Browse files
author
Oleksii Korshenko
committed
#11944: Report Handled Exceptions To New Relic
- fixed Magento Component Health Index
1 parent 2c7a113 commit 596e260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/NewRelicReporting/Model/Observer/ReportApplicationHandledExceptionToNewRelic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ class ReportApplicationHandledExceptionToNewRelic implements ObserverInterface
1818
/**
1919
* @var Config
2020
*/
21-
protected $config;
21+
private $config;
2222

2323
/**
2424
* @var NewRelicWrapper
2525
*/
26-
protected $newRelicWrapper;
26+
private $newRelicWrapper;
2727

2828
/**
2929
* @param Config $config

0 commit comments

Comments
 (0)