]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/debug/class_BaseDebugOutput.php
Continued:
[core.git] / framework / main / classes / output / debug / class_BaseDebugOutput.php
index d9b3096f1b04eacc49f52dbbe3f45ca8f74d581a..3d7432279937c222eeec1aad027544a78e50b155 100644 (file)
@@ -39,7 +39,7 @@ abstract class BaseDebugOutput extends BaseOutput {
         * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct (string $className) {
                // Call parent constructor
                parent::__construct($className);
        }