We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73a492 commit f6d4543Copy full SHA for f6d4543
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 list<array{string, int<0, max>}|string> $res */
127
$res = preg_split("/\r?\n/", $result);
128
129
if (strcmp($res[0], "yes") == 0) {
0 commit comments