Skip to content

Commit

Permalink
https://github.com/tradefurniturecompany/core/issues/47
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 7, 2022
1 parent 9d97119 commit 00ddef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Observer/CanLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ final class CanLog implements ObserverInterface {
* @override
* @see ObserverInterface::execute()
* @used-by \Magento\Framework\Event\Invoker\InvokerDefault::_callObserverMethod()
* @param Observer $ob
*/
function execute(Observer $ob) {
function execute(Observer $ob):void {
$m = $ob[D::P_MESSAGE]; /** @var array(string => mixed) $m */
$ob[D::P_RESULT][D::V_SKIP] = df_contains(dfa($m, 'message'), [
# 2020-08-30
Expand Down

0 comments on commit 00ddef8

Please sign in to comment.