guvra
guvra
@SpacePossum I've updated the issue description to match the template and with additional relevant information (e.g. command to run, and output of the command). The culprit is most probably `new_with_braces`....
FYI it will probably be enforced in PER: https://github.com/php-fig/per-coding-style/pull/37/files
You probably can, but please keep in mind that this rule will be enforced in the upcoming PER standard: https://github.com/php-fig/per-coding-style/blob/master/spec.md#8-anonymous-classes. > If the anonymous class has no arguments, the ()...
> I've only ever seen it without a space: (int)$x. php-cs-fixer adds a space by default: https://cs.symfony.com/doc/rules/cast_notation/cast_spaces.html. Both laravel and symfony use a single space between cast and variable.
Hi @bertrand-leroux ! The faker library was added to the project so that existing Faker formatters can be used. For custom formatters, you can create gdpr converters. The [documentation](https://github.com/Smile-SA/gdpr-dump/blob/master/docs/04-phar.md) explains...
I think that the issue is that the `require` section of this standard contains a lot of things that should be in `require-dev` instead. The standard itself should only require...
> It looks like this can be closed. PHP version 8 has this feature enabled and does not require the extra line of code in each file. This is not...
Additional note: using the 2nd arg of the `runLocally` function is not possible, because the core recipe of php deployer also uses this function, without specifying the argument.
> Should work to change the setting on host('prod') I guess It only works if both the local and remote hosts use the same shell though. I could install the...