Passed
Push — master ( f85170...1d219c )
by Andrew
02:17
created
lib/XMLReaderElement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
 
179 179
     public function __get($name) {
180 180
         /* Access the Elements Attributes */
181
-        foreach($this->children() as $child) {
181
+        foreach ($this->children() as $child) {
182 182
             if ($child->name == $name) {
183 183
                 return $child;
184 184
             }
Please login to merge, or discard this patch.