|
@@ -97,6 +97,6 @@ class LineFormatter extends NormalizerFormatter
|
|
|
return $this->toJson($data, true);
|
|
return $this->toJson($data, true);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return str_replace('\\/', '/', json_encode($data));
|
|
|
|
|
|
|
+ return str_replace('\\/', '/', @json_encode($data));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|