]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/class_FrameworkException.php
Continued:
[core.git] / framework / main / exceptions / class_FrameworkException.php
index d7bbe1c49d8282c5caa0972369c7e4257fcf18f5..ebee4d486e95bc1a6fdc1802ab1db342a3d92f87 100644 (file)
@@ -129,7 +129,7 @@ abstract class FrameworkException extends ReflectionException {
                                        if (!is_array($debug)) {
                                                $info .= $debug . ', ';
                                        }
-                               } // END - foreach
+                               }
 
                                // Remove last chars (commata, space)
                                $info = substr($info, 0, -2);