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 3030class CSRF implements FilterInterface
3131{
3232 /**
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.
4134 *
4235 * @param list<string>|null $arguments
4336 *
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ private function configureCookie(CookieConfig $cookie): void
233233 }
234234
235235 /**
236- * CSRF Verify
236+ * CSRF verification.
237237 *
238238 * @return $this
239239 *
You can’t perform that action at this time.
0 commit comments