Completed
Pull Request — develop (#274)
by
unknown
09:44
created
module/Auth/src/Auth/Controller/RemoveController.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,10 +44,12 @@
 block discarded – undo
44 44
         
45 45
         if ($this->params()->fromPost('confirm'))
46 46
         {
47
-            foreach ($this->dependencies as $dependency) /* @var $dependency \Auth\Dependency\ModuleInterface */
47
+            foreach ($this->dependencies as $dependency) {
48
+                /* @var $dependency \Auth\Dependency\ModuleInterface */
48 49
             {
49 50
                 $dependency->removeItems($user);
50 51
             }
52
+            }
51 53
         }
52 54
         
53 55
         return [
Please login to merge, or discard this patch.