]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/filter/class_BaseFilterDecorator.php
Continued:
[core.git] / framework / main / classes / filter / class_BaseFilterDecorator.php
index 75fc028b3488860ed6fcf3df758c40c9de8a0792..8ba81846dac4dec56c837666e68ab54c1e5cc21b 100644 (file)
@@ -41,7 +41,7 @@ abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filter
         * @param       $className      Name of the real class' name
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct (string $className) {
                // Call parent constructor
                parent::__construct($className);
        }