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 f97d1e8 commit c3b26d4Copy full SHA for c3b26d4
1 file changed
lib/Saml2/Utils.php
@@ -300,6 +300,7 @@ public static function getStringBetween($str, $start, $end)
300
* @param bool $stay True if we want to stay (returns the url string) False to redirect
301
*
302
* @return string|null $url
303
+ * @phpstan-return ($stay is true ? string : never)
304
305
* @throws OneLogin_Saml2_Error
306
*/
0 commit comments