symplify icon indicating copy to clipboard operation
symplify copied to clipboard

[DISCONTINUED] Check split packages in their own repositories :)

Results 29 symplify issues
Sort by recently updated
recently updated
newest added

-n alias conflicts with `\Symfony\Component\Console\Application::getDefaultInputDefinition` fix #4326

Hi, I try to use config-transformer package (11.1.2) on a new project, but the command return the error: `An option with shortcut "n" already exists.` I try previous version, 11.0.9,...

Allows the user to pass options to the command for output and input directories: Example: ``` symfony console dump-static-site -o /dist -i /static ```

Rule ForbiddenParamTypeRemovalRule reports change of parameters even for constructors, where forcing compatibility with parent class constructor is not required and often constructor signature changes (for example child sets some parent...

Hello, when using ECS without cache (ie with --clear-cache or after cache dir was manually deleted or invalidated after fixes) the process ends silently on error without any error message....

Reproducer for: https://github.com/symplify/symplify/issues/4272

This is a reproducer for bundle import file which is currently detected as a service.

Allows the user to pass an argument that allows to only process controllers via withDataProvider excluding access to controllers indiscriminately. ``` symfony console dump-static-site --wdp-only ```

After `symplify/easy-coding-standard` is upgraded to `11.1.6`, `vendor/bin/ecs check` throws an error on PHP 7.4, but works fine on PHP 8.0. Reproducible Github repository: https://github.com/zingimmick/ecs-sample ``` Fatal error: Uncaught TypeError: Argument...

Hello I am trying to move from CodeSniffer to ECS, because I really like the way it can be configured. I used the blog post, that explains how to move...