Skip to content

Commit 6bc4fcf

Browse files
committed
Make properties private
1 parent b9ee593 commit 6bc4fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/NewRelicReporting/Plugin/HttpPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ class HttpPlugin
1515
/**
1616
* @var Config
1717
*/
18-
protected $config;
18+
private $config;
1919

2020
/**
2121
* @var NewRelicWrapper
2222
*/
23-
protected $newRelicWrapper;
23+
private $newRelicWrapper;
2424

2525
/**
2626
* @param Config $config

0 commit comments

Comments
 (0)