You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred during processing; checking has been aborted. The error message was: Undefined variable:
className in
/var/www/html/vendor/magento/magento-coding-standard/Magento2/Sniffs/PHP/AutogeneratedClassNotInConstructorSniff.php
on line 224
Also please test it with
/**
* Retrieve ObjectManager from global scope
*
* @return void
*/
public function __wakeup()
{
$this->_objectManager = \Magento\Framework\App\ObjectManager::getInstance();
}
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
AutogeneratedClassNotInConstructorSniff
sniff on class with the following codeExpected result
Sniff should not trigger error
Actual result
Also please test it with
The text was updated successfully, but these errors were encountered: