Skip to content

Commit

Permalink
code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Jun 20, 2024
1 parent 557bda8 commit 751e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Brick.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function setObjectName($objectName = '')
}
if ($key) {
$oldName = \Ease\Logger\Message::getCallerName($this);
$result = parent::setObjectName($key . '@' . substr($oldName,strpos($oldName,'@') ? strpos($oldName,'@')+1 : 0));
$result = parent::setObjectName($key . '@' . substr($oldName, strpos($oldName, '@') ? strpos($oldName, '@') + 1 : 0));
} else {
$result = parent::setObjectName();
}
Expand Down

0 comments on commit 751e993

Please sign in to comment.