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.
Request
1 parent e2fdcd7 commit e57ee26Copy full SHA for e57ee26
src/Illuminate/Http/Request.php
@@ -22,6 +22,9 @@
22
* @method array validate(array $rules, ...$params)
23
* @method array validateWithBag(string $errorBag, array $rules, ...$params)
24
* @method bool hasValidSignature(bool $absolute = true)
25
+ * @method bool hasValidRelativeSignature()
26
+ * @method bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
27
+ * @method bool hasValidRelativeSignatureWhileIgnoring($ignoreQuery = [])
28
*/
29
class Request extends SymfonyRequest implements Arrayable, ArrayAccess
30
{
0 commit comments