Skip to content

Commit b95840b

Browse files
authored
Correction PHP8.4
apereo#445
1 parent 1c117a5 commit b95840b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/CAS/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ public function __construct(
938938
$server_uri,
939939
$service_base_url,
940940
$changeSessionID = true,
941-
\SessionHandlerInterface $sessionHandler = null
941+
?\SessionHandlerInterface $sessionHandler = null
942942
) {
943943
// Argument validation
944944
if (gettype($server_version) != 'string')

0 commit comments

Comments
 (0)