]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/socket/init/class_SocketSetupException.php
type hints added
[hub.git] / application / hub / exceptions / socket / init / class_SocketSetupException.php
index 3f3f9141cef1294e2d007fcb345df44b74f86d35..789e6d110f7b4c6b97fbb7762376135089e6ce7c 100644 (file)
@@ -28,7 +28,7 @@ class SocketSetupException 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 konfiguriert werden. Reason: <u>%s</u> (Code: <u>%d</u>)",
                        $msgArray['this']->__toString(),