Evert Harmeling

Results 6 issues of Evert Harmeling

Fixes the deprecation warning: ``` The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in...

As asked on [Slack](https://symfony-devs.slack.com/archives/C8WHX21K7/p1701681153225289) - Ran `bin/console translation:extract --force nl` command, this caused the major update in the file. But I guess it should be the recommended way to extract...

see #437

I'm not sure if this happens to be implemented for an old version of Redis (php module), but this works for the latest version.

As I have the following setup in my application: ``` assets/ admin/ ... scss/ app.scss website/ ... scss/ app.scss ``` My current `symfonycasts_sass` config: ```yaml symfonycasts_sass: root_sass: - '%kernel.project_dir%/assets/admin/scss/app.scss' -...

`classnaes` -> `classnames`