Completed
Push — master ( 82cd1d...312098 )
by Nikolas
163:59 queued 138:22
created
src/delivery/web/renderers/link/LinkPrinter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -184,6 +184,9 @@
 block discarded – undo
184 184
         return $values;
185 185
     }
186 186
 
187
+    /**
188
+     * @param string $actionId
189
+     */
187 190
     private function updateCrumbs($actionId, ExecutionResult $result, WebRequest $request, ParameterReader $reader) {
188 191
         $action = $this->app->actions->getAction($actionId);
189 192
         $crumbs = $this->readCrumbs();
Please login to merge, or discard this patch.