File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
code/Magento/Cron/Observer
design/frontend/Magento/blank/Magento_Theme Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ class ProcessCronQueueObserver implements ObserverInterface
128
128
* @param \Magento\Framework\Process\PhpExecutableFinderFactory $phpExecutableFinderFactory
129
129
* @param \Psr\Log\LoggerInterface $logger
130
130
* @param \Magento\Framework\App\State $state
131
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
131
132
*/
132
133
public function __construct (
133
134
\Magento \Framework \ObjectManagerInterface $ objectManager ,
Original file line number Diff line number Diff line change 5
5
6
6
var config = {
7
7
deps : [
8
- " Magento_Theme/js/responsive" ,
9
- " Magento_Theme/js/theme"
8
+ ' Magento_Theme/js/responsive' ,
9
+ ' Magento_Theme/js/theme'
10
10
]
11
11
} ;
You can’t perform that action at this time.
0 commit comments