]> git.mxchange.org Git - core.git/blobdiff - inc/loader/class_ClassLoader.php
made the text more clear
[core.git] / inc / loader / class_ClassLoader.php
index cef7d66eb9a4f6ee50afdb5ebb2531400b493696..ab7efc0baadf7802428b45554d65a66b8a92f4a1 100644 (file)
@@ -419,7 +419,7 @@ class ClassLoader {
                // At least 3 parts should be there
                if (count($classNameParts) < 3) {
                        // Namespace scheme is: Project\Package[\SubPackage...]
-                       trigger_error(sprintf('Class name "%s" is not after naming-convention: Project\Package[\SubPackage...]', $className), E_USER_WARNING);
+                       trigger_error(sprintf('Class name "%s" is not conform to naming-convention: Project\Package[\SubPackage...]\SomeFooBar', $className), E_USER_WARNING);
                } // END - if
 
                // Get last element