]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/client/class_HubHelloException.php
type hints added
[hub.git] / application / hub / exceptions / client / class_HubHelloException.php
index 597af222a55f214ba24130421c1b7c9afabea661..505cae52eb969ff9997c5afd3738fee0fa430880 100644 (file)
@@ -28,7 +28,7 @@ class HubHelloException 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] Peer <u>%s</u> has not replyed our %s request within %d retries.<br />\n",
                        $msgArray['this']->__toString(),