File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Message Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function __construct(
79
79
Event \ManagerInterface $ eventManager ,
80
80
LoggerInterface $ logger ,
81
81
$ defaultGroup = self ::DEFAULT_GROUP ,
82
- ExceptionMessageFactoryInterface $ exceptionMessageFactory = null
82
+ ? ExceptionMessageFactoryInterface $ exceptionMessageFactory = null
83
83
) {
84
84
$ this ->session = $ session ;
85
85
$ this ->messageFactory = $ messageFactory ;
@@ -88,7 +88,7 @@ public function __construct(
88
88
$ this ->logger = $ logger ;
89
89
$ this ->defaultGroup = $ defaultGroup ;
90
90
$ this ->exceptionMessageFactory = $ exceptionMessageFactory ?: ObjectManager::getInstance ()
91
- ->get (ExceptionMessageLookupFactory::class);
91
+ ->get (ExceptionMessageLookupFactory::class); // phpcs:ignore
92
92
}
93
93
94
94
/**
You can’t perform that action at this time.
0 commit comments