Skip to content

Commit 6f59cfe

Browse files
committed
Fix phpstan
1 parent c4b2203 commit 6f59cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Source/CAS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private function casValidate(string $ticket, string $service): array
123123
/** @var string $result */
124124
$result = $httpUtils->fetch($url);
125125

126-
/** @var string $res */
126+
/** @var array $res */
127127
$res = preg_split("/\r?\n/", $result);
128128

129129
if (strcmp($res[0], "yes") == 0) {

0 commit comments

Comments
 (0)