]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/client/class_BaseClient.php
Continued:
[core.git] / framework / main / classes / client / class_BaseClient.php
index 5e92c9432c3bbcf63e57c2c08cccf80b5c874013..a558584ab5254dd8584eb7e37bbf6209b5cfc971 100644 (file)
@@ -34,7 +34,7 @@ abstract class BaseClient 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);
        }