]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/feature/class_FeatureMethodNotCallableException.php
Continued:
[core.git] / framework / main / exceptions / feature / class_FeatureMethodNotCallableException.php
index caaa927c135967e2dfedf187113c7e54527f5225..01f367858cba3d931700d97e56d7cb78c24a3201 100644 (file)
@@ -35,7 +35,7 @@ class FeatureMethodNotCallableException extends FrameworkException {
         * @param       $code                   Error code
         * @return      void
         */
-       public function __construct (array $messageArray, $code) {
+       public function __construct (array $messageArray, int $code) {
                // Construct message
                $message = sprintf('[%s:%d] Method %s cannot be called.',
                        $messageArray[0],