|
@@ -14,7 +14,7 @@ |
|
|
block discarded – undo |
|
14
|
14
|
{ |
|
15
|
15
|
public function __construct($callchain, $expected_target, $target) |
|
16
|
16
|
{ |
|
17
|
|
- $this->message = "You are trying to define the target ".spl_object_id($target)." for the $callchain which already has one: ".spl_object_id($expected_target); |
|
|
17
|
+ $this->message = "You are trying to define the target " . spl_object_id($target) . " for the $callchain which already has one: " . spl_object_id($expected_target); |
|
18
|
18
|
} |
|
19
|
19
|
|
|
20
|
20
|
/**/ |
Please login to merge, or discard this patch.