|
@@ -55,8 +55,8 @@ |
|
|
block discarded – undo |
|
55
|
55
|
*/ |
|
56
|
56
|
foreach ($runtime->execute($opcodes) as $opcode => $result) { |
|
57
|
57
|
if ($this->logger) { |
|
58
|
|
- $value = \get_class($result) . '#' . \spl_object_hash($result); |
|
59
|
|
- $message = \sprintf('%4s = %s', '#' . $opcode->getId(), $value); |
|
|
58
|
+ $value = \get_class($result).'#'.\spl_object_hash($result); |
|
|
59
|
+ $message = \sprintf('%4s = %s', '#'.$opcode->getId(), $value); |
|
60
|
60
|
|
|
61
|
61
|
$this->logger->debug($message); |
|
62
|
62
|
} |
Please login to merge, or discard this patch.