]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/socket/peer/class_IPSpoofingException.php
type hints added
[hub.git] / application / hub / exceptions / socket / peer / class_IPSpoofingException.php
index 85516133f1687ea9eb6dd517ac8ee00e98a3e27b..6dab992be21eaeeec4636b7dc6fa67c390ff3c31 100644 (file)
@@ -28,7 +28,7 @@ class IPSpoofingException 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] Peer-IP hat sich von <u>%s</u> auf <u>%s</u> ge&auml;ndert.<br />\n", 
                        $msgArray['this']->__toString(),