twigcs icon indicating copy to clipboard operation
twigcs copied to clipboard

The missing checkstyle for twig!

Results 30 twigcs issues
Sort by recently updated
recently updated
newest added

Would you accept in core a rule that forbid using whitespace control if the previous/next character is not a whitespace? So forbid for example: ```twig {{- var -}} ``` I...

Hey there, I was just wondering if it's possible to configure where the `.twig-cs-fixer.cache` file should be created?

enhancement

It looks like twigcs is setup to check the `*.twig` files in a folder. Do you think it would possible to check other sources, e.g. ```php echo $twig->createTemplate('Hi {{ name...

#### Steps required to reproduce the problem ``` {% set first = true %} {% for part in content %} {% if not first %} {% else %} {% set...

Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. Release notes Sourced from symfony/phpunit-bridge's releases. v7.1.2 Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.1...v7.1.2) no significant changes Changelog Sourced from symfony/phpunit-bridge's changelog. CHANGELOG 6.4 Allow...

dependency

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.3.1 Changed Improved how objects are handled for some assertion failure messages How...

dependency

Implicitly nullable parameter declarations are deprecated in PHP 8.4. The proposed change is safe and is not considered by PHP as a signature change, see https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. Release notes Sourced from symfony/phpunit-bridge's releases. v7.1.3 Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.2...v7.1.3) bug symfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] Fix NO_COLOR empty value handling (@​alexandre-daubois) Changelog Sourced...

dependency

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.3.6 Changed #5956: Deprecation of the E_STRICT constant in PHP 8.4 Fixed #5950:...

dependency

Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. Release notes Sourced from symfony/phpunit-bridge's releases. v7.1.4 Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.3...v7.1.4) bug symfony/symfony#57997 [Console][PhpUnitBridge][VarDumper] Fix handling NO_COLOR env var (@​nicolas-grekas) Changelog Sourced...

dependency