Completed
Pull Request — master (#560)
by Kévin
03:48
created
src/Hydra/ApiDocumentationBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
             ],
237 237
         ];
238 238
 
239
-        $doc = [ '@context' => $this->getContext(), '@id' => $this->urlGenerator->generate('api_hydra_vocab')];
239
+        $doc = ['@context' => $this->getContext(), '@id' => $this->urlGenerator->generate('api_hydra_vocab')];
240 240
 
241 241
         if ('' !== $this->title) {
242 242
             $doc['hydra:title'] = $this->title;
Please login to merge, or discard this patch.