This should fix it ... ;-)
authorRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 21:10:34 +0000 (23:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 21:10:34 +0000 (23:10 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php

index f40df1006f076608dbee4eda585fa91e425def90..a4918ab6f76c9b5331062f3debdbd499e30f6e1a 100644 (file)
@@ -48,9 +48,10 @@ interface HandleableProtocol extends Handleable {
        /**
         * If the found UNL (address) matches own external or internal address
         *
+        * @param       $unl            UNL to test
         * @return      $ifMatches      Whether the found UNL matches own addresss
         */
-       function isOwnAddress ();
+       function isOwnAddress ($unl);
 }
 
 // [EOF]