We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a340d0 commit ed35c36Copy full SHA for ed35c36
2 files changed
system/Filters/CSRF.php
@@ -30,14 +30,7 @@
30
class CSRF implements FilterInterface
31
{
32
/**
33
- * Do whatever processing this filter needs to do.
34
- * By default it should not return anything during
35
- * normal execution. However, when an abnormal state
36
- * is found, it should return an instance of
37
- * CodeIgniter\HTTP\Response. If it does, script
38
- * execution will end and that Response will be
39
- * sent back to the client, allowing for error pages,
40
- * redirects, etc.
+ * CSRF verification.
41
*
42
* @param list<string>|null $arguments
43
system/Security/Security.php
@@ -233,7 +233,7 @@ private function configureCookie(CookieConfig $cookie): void
233
}
234
235
236
- * CSRF Verify
237
238
* @return $this
239
0 commit comments