File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 30
30
class CSRF implements FilterInterface
31
31
{
32
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.
33
+ * CSRF verification.
41
34
*
42
35
* @param list<string>|null $arguments
43
36
*
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ private function configureCookie(CookieConfig $cookie): void
233
233
}
234
234
235
235
/**
236
- * CSRF Verify
236
+ * CSRF verification.
237
237
*
238
238
* @return $this
239
239
*
You can’t perform that action at this time.
0 commit comments