|
@@ -143,7 +143,7 @@ final class GraphNavigator
|
|
case 'resource':
|
|
case 'resource':
|
|
$msg = 'Resources are not supported in serialized data.';
|
|
$msg = 'Resources are not supported in serialized data.';
|
|
if (null !== $path = $this->getCurrentPath()) {
|
|
if (null !== $path = $this->getCurrentPath()) {
|
|
- $msg .= ' Path: '.implode(' -> ', $path);
|
|
|
|
|
|
+ $msg .= ' Path: '.$path;
|
|
}
|
|
}
|
|
|
|
|
|
throw new \RuntimeException($msg);
|
|
throw new \RuntimeException($msg);
|