@@ -129,7 +129,7 @@ |
||
129 | 129 | |
130 | 130 | private function getViewComparingCallback(View $expectedView) |
131 | 131 | { |
132 | - return function ($value) use ($expectedView) { |
|
132 | + return function($value) use ($expectedView) { |
|
133 | 133 | if (!$value instanceof View) { |
134 | 134 | return false; |
135 | 135 | } |
@@ -43,7 +43,7 @@ |
||
43 | 43 | $this->eventDispatcher->dispatch(ResourceActions::SHOW, $configuration, $report); |
44 | 44 | |
45 | 45 | if ($configuration->isHtmlRequest()) { |
46 | - return $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), [ |
|
46 | + return $this->render($configuration->getTemplate(ResourceActions::SHOW.'.html'), [ |
|
47 | 47 | 'configuration' => $configuration, |
48 | 48 | 'metadata' => $this->metadata, |
49 | 49 | 'resource' => $report, |