]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_UnsupportedOperationException.php
Continued:
[core.git] / framework / main / exceptions / main / class_UnsupportedOperationException.php
index 3cebaf5fe2e4a950eb625bb3789be9fd9739c2c0..54952640967205e83a0fa6c56e5eeb1e007265ba 100644 (file)
@@ -45,7 +45,7 @@ class UnsupportedOperationException extends FrameworkException {
                if ((isset($classArray[2])) && ($classArray[2] instanceof FrameworkInterface)) {
                        // Get the class name
                        $extraClassName = $classArray[2]->__toString();
-               } // END - if
+               }
 
                // Add a message around the missing class
                $message = sprintf('[%s:%d] Method <u>%s()</u> is unsupported or should not be called. extraInstance=%s',