Completed
Pull Request — master (#165)
by Kevin
03:00
created
lib/Util/Configuration/AbstractConfigurationReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             $reflectionClass = $class;
22 22
         }
23 23
 
24
-        foreach ($originalReflectionClass->getInterfaceNames() as $name){
24
+        foreach ($originalReflectionClass->getInterfaceNames() as $name) {
25 25
             $interfaces[] = $name;
26 26
             $reflectionInterface = new \ReflectionClass($name);
27 27
             $theseInterfaces = $reflectionInterface->getInterfaceNames();
Please login to merge, or discard this patch.