From 0cf1bd0e45ca5a246eed55cf22a27f2ba512860b Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Fri, 31 May 2024 19:15:45 +0200 Subject: [PATCH] Fix typo --- stubs/krb5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/krb5.php b/stubs/krb5.php index 04726eb..8844667 100644 --- a/stubs/krb5.php +++ b/stubs/krb5.php @@ -95,7 +95,7 @@ public function getApplicationData() * @param string $data * @return void */ - public function getApplicationData($data) + public function setApplicationData($data) { }