Skip to content

Commit

Permalink
Fix for optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored May 31, 2024
1 parent 25117db commit 46775c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/krb5.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class KRB5NegotiateAuth
* @param string $keytab
* @param string $spn|null
*/
public function __construct($keytab, $spn = null, GSSAPIChannelBinding $binding)
public function __construct($keytab, $spn = null, GSSAPIChannelBinding $binding = null)
{
}

Expand Down

0 comments on commit 46775c2

Please sign in to comment.