Skip to content

Commit 07cabe4

Browse files
committed
Reduce property visibility
1 parent a5684a6 commit 07cabe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ class ProcessCronQueueObserver implements ObserverInterface
132132
/**
133133
* @var Environment
134134
*/
135-
protected Environment $environment;
135+
private Environment $environment;
136136

137137
/**
138138
* @var string
139139
*/
140-
protected string $originalProcessTitle;
140+
private string $originalProcessTitle;
141141

142142
/**
143143
* @var \Symfony\Component\Process\PhpExecutableFinder

0 commit comments

Comments
 (0)