Matt Emerson

Results 4 issues of Matt Emerson

If I use the readme example: ``` use \ParagonIE\AntiCSRF\AntiCSRF; $twigEnv->addFunction( new \Twig_SimpleFunction( 'form_token', function($lock_to = null) { static $csrf; if ($csrf === null) { $csrf = new AntiCSRF; } return...

When I have the Symfony Plugin enabled I am getting errors for valid $crawler->filter() calls in my unit tests. For example, this code, which is virtually identical to the Symfony...

"A token fetch must no be used inside a constructor " should be: "A token fetch must not be used inside a constructor"

Symfony 2 is long gone, and the Symfony folder structure has changed. I think it is about time that the main settings page has its language changed to match the...