From 23826fd8d19e8f00aaccd497a45cc1458ad6558f Mon Sep 17 00:00:00 2001 From: Andreas Schamberger Date: Wed, 30 Oct 2013 12:31:00 +0100 Subject: [PATCH] Fix doc comment --- WsSecurityFilterClientServer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WsSecurityFilterClientServer.php b/WsSecurityFilterClientServer.php index af0f21d..00231cc 100644 --- a/WsSecurityFilterClientServer.php +++ b/WsSecurityFilterClientServer.php @@ -146,7 +146,7 @@ public function resetFilter() } /** - * Get service security key. + * Set service security key. * * @param \BeSimple\SoapCommon\WsSecurityKey $serviceSecurityKey Service security key * @@ -158,7 +158,7 @@ public function setServiceSecurityKeyObject(WsSecurityKey $serviceSecurityKey) } /** - * Get user security key. + * Set user security key. * * @param \BeSimple\SoapCommon\WsSecurityKey $userSecurityKey User security key *