]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/visitor/class_BaseVisitor.php
Continued:
[core.git] / framework / main / classes / visitor / class_BaseVisitor.php
index 2da9be62831f7f09ec3c4b3c62337f1999c42c10..162fd53795c6aa9109746a4e49e75bd866cfcc3c 100644 (file)
@@ -39,7 +39,7 @@ abstract class BaseVisitor extends BaseFrameworkSystem {
         * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct (string $className) {
                // Call parent constructor
                parent::__construct($className);
        }