guvra

Results 12 issues of guvra

## Bug report When instanciating an anonymous class, php-cs-fixer adds parentheses after the `class` keyword, which contradicts the PSR-12 rule defined here: https://www.php-fig.org/psr/psr-12/#8-anonymous-classes Additional information: - PHP CS Fixer version...

kind/bug

Hi, I installed Docker compose v2 with the [official APT repository](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository): ``` curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"...

stale

## Context - Deployer version: 7.0.2 - Deployment OS: Alpine Linux ## Description The function `runLocally` depends on bash to run the command. Bash is not installed on Alpine Linux....

feature

- PHPMD version: 2.13.0 (and pdepend 2.12.1) - PHP Version: 8.1.7 - Installation type: composer - Operating System / Distribution & Version: Alpine 3.16 (docker container) ### Current Behavior When...

Bug
PDepend
Compatibility
php8.1

Currently, the schema file that is used to validate the config file is very permissive. For example, most parameters that are supposed to be strings accept integer values: ```yaml tables_whitelist:...

Hi, I tried to use type coercion with version 5.2.13, but it's not working properly in many situations (e.g. no conversion to string, no coercion from arrays). However, the issue...

Hi, The installation process of this cloud template has multiple pain points compared to community/enterprise edition. As a consequence, it is quite complex to maintain a dev tool chain that...

### 🐞 Describe the Bug When a multiline string ends with comments, Mago removes the indentation at the start of the commented lines. ### 🔄 Steps to Reproduce 1. Create...

Type: Bug

### 🚀 Describe the Feature It would be nice if there was a formatter setting that tells mago to preserve multiline strings. ### ✅ Use Case / Example The following...

Type: Enhancement