Completed
Push — master ( e50616...a5acb0 )
by Raffael
28:40 queued 24:37
created
src/lib/Workflow.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
                 'namespace' => ['href' => (string) $request->getUri()->withPath('/api/v1/namespaces/'.$namespace)],
122 122
                 'collection' => ['href' => (string) $request->getUri()->withPath('/api/v1/namespaces/'.$namespace.'/collections/'.$collection)],
123 123
                 'endpoint' => ['href' => (string) $request->getUri()->withPath('/api/v1/namespaces/'.$namespace.'/collections/'.$collection.'/endpoints/'.$endpoint)],
124
-           ],
124
+            ],
125 125
             'namespace' => $namespace,
126 126
             'collection' => $collection,
127 127
             'endpoint' => $endpoint,
Please login to merge, or discard this patch.