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
{{ message }}
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
run ./vendor/bin/phpstan analyse -l 0 app/code/Magento/ImportExport/Model/History.php
Expected result (*)
No errors
Actual result (*)
1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -------------------------------------------------------------------------------
Line History.php
------ -------------------------------------------------------------------------------
66 Access to an undefined property Magento\ImportExport\Model\History::$session.
313 Access to an undefined property Magento\ImportExport\Model\History::$session.
314 Access to an undefined property Magento\ImportExport\Model\History::$session.
------ -------------------------------------------------------------------------------
[ERROR] Found 3 errors
The text was updated successfully, but these errors were encountered:
Preconditions (*)
composer require --dev phpstan/phpstan
Steps to reproduce (*)
./vendor/bin/phpstan analyse -l 0 app/code/Magento/ImportExport/Model/History.php
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: