]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/master/class_HubMasterDisconnectedException.php
type hints added
[hub.git] / application / hub / exceptions / master / class_HubMasterDisconnectedException.php
index 9164b56510a333228b9d1db88adf65d3a84bbe12..782aa1ac2183de51c28478c20e053573afe91606 100644 (file)
@@ -28,7 +28,7 @@ class HubMasterDisconnectedException extends HubException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($msgArray, $code) {
+       public final function __construct (array $msgArray, $code) {
                // Construct the message
                $message = sprintf("[%s:%d] Raw message received: %s<br />\n",
                        $msgArray['this']->__toString(),