We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b2203 commit 6f59cfeCopy full SHA for 6f59cfe
src/Auth/Source/CAS.php
@@ -123,7 +123,7 @@ private function casValidate(string $ticket, string $service): array
123
/** @var string $result */
124
$result = $httpUtils->fetch($url);
125
126
- /** @var string $res */
+ /** @var array $res */
127
$res = preg_split("/\r?\n/", $result);
128
129
if (strcmp($res[0], "yes") == 0) {
0 commit comments