]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/decorator/class_BaseDecorator.php
Continued:
[core.git] / framework / main / classes / decorator / class_BaseDecorator.php
index ceb745e18d3d10520efd4ce5b611e8c78c287621..438b82b4bcb24a5621830806f046ef0137a8c721 100644 (file)
@@ -34,7 +34,7 @@ abstract class BaseDecorator 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);
        }