Skip to content

Commit e57ee26

Browse files
Add URL signature macros to Request docblock (#56230)
1 parent e2fdcd7 commit e57ee26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Http/Request.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
* @method array validate(array $rules, ...$params)
2323
* @method array validateWithBag(string $errorBag, array $rules, ...$params)
2424
* @method bool hasValidSignature(bool $absolute = true)
25+
* @method bool hasValidRelativeSignature()
26+
* @method bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
27+
* @method bool hasValidRelativeSignatureWhileIgnoring($ignoreQuery = [])
2528
*/
2629
class Request extends SymfonyRequest implements Arrayable, ArrayAccess
2730
{

0 commit comments

Comments
 (0)