We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd16833 commit 84b242aCopy full SHA for 84b242a
1 file changed
system/Common.php
@@ -934,6 +934,7 @@ function route_to(string $method, ...$params)
934
* @param string $val
935
*
936
* @return array|bool|float|int|object|Session|string|null
937
+ * @phpstan-return ($val is null ? Session : array|bool|float|int|object|string|null)
938
*/
939
function session(?string $val = null)
940
{
0 commit comments