]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/socket/init/class_SocketBindException.php
type hints added
[hub.git] / application / hub / exceptions / socket / init / class_SocketBindException.php
index caef6f3f9e1fd5931a58a77256bc0bff58eb9895..6b71716e878ecbe5ee7174c82c90f6f32d3fda2e 100644 (file)
@@ -28,7 +28,7 @@ class SocketBindException extends SocketException {
         * @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] Socket konnte nicht an %s:%d gebunden werden. Reason: <u>%s</u> (Code: <u>%d</u>)", 
                        $msgArray['this']->__toString(),