Completed
Push — master ( d5010b...98c559 )
by Adam
01:52
created
Services/ViewModelService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     public function __construct($irregularPlurals = array())
10 10
     {
11
-        foreach ($irregularPlurals as $singular => $plural)
12
-            ViewModelNode::addPlural($singular, $plural);
11
+        foreach ($irregularPlurals as $singular => $plural) {
12
+                    ViewModelNode::addPlural($singular, $plural);
13
+        }
13 14
     }
14 15
 
15 16
     public function createViewModel()
Please login to merge, or discard this patch.