Completed
Pull Request — master (#1220)
by
unknown
01:30
created
Controller/ImagineController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
         }, $path, $filter, $hash);
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $hash
140
+     */
138 141
     private function createRedirectResponse(\Closure $url, string $path, string $filter, ?string $hash = null): RedirectResponse
139 142
     {
140 143
         try {
Please login to merge, or discard this patch.