Completed
Pull Request — master (#608)
by Amrouche
05:13 queued 01:46
created
src/Hypermedia/ContextBuilder.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -66,12 +66,12 @@
 block discarded – undo
66 66
     {
67 67
         return [
68 68
             '_links' => ['self' => ['href' => $selfLink],
69
-                 'curies' => [
70
-                     ['name' => 'ap',
71
-                      'href' => $this->urlGenerator->generate('api_hal_entrypoint').$this->docUri.'#section-{rel}',
72
-                      'templated' => true,
73
-                     ],
74
-                 ],
69
+                    'curies' => [
70
+                        ['name' => 'ap',
71
+                        'href' => $this->urlGenerator->generate('api_hal_entrypoint').$this->docUri.'#section-{rel}',
72
+                        'templated' => true,
73
+                        ],
74
+                    ],
75 75
                 ],
76 76
         ];
77 77
     }
Please login to merge, or discard this patch.
src/Hal/ContextBuilder.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -56,12 +56,12 @@
 block discarded – undo
56 56
     {
57 57
         return [
58 58
             '_links' => ['self' => ['href' => $referenceType ? $this->urlGenerator->generate('api_hal_entrypoint') : $linkUrl],
59
-                         'curies' => [
60
-                             ['name' => 'ap',
61
-                              'href' => $this->urlGenerator->generate('api_hal_entrypoint').$this->docUri.'#section-{rel}',
62
-                              'templated' => true,
63
-                             ],
64
-                         ],
59
+                            'curies' => [
60
+                                ['name' => 'ap',
61
+                                'href' => $this->urlGenerator->generate('api_hal_entrypoint').$this->docUri.'#section-{rel}',
62
+                                'templated' => true,
63
+                                ],
64
+                            ],
65 65
             ],
66 66
         ];
67 67
     }
Please login to merge, or discard this patch.