SvenRtbg
SvenRtbg
Essentially, this class has to use exclusive locks, which it does not at this time. One of the methods "open" or "read" have to aqcuire an exclusive lock on the...
Symfony treats strings containing two percent signs as a variable to be replaced. Jenkins will escape slashes in branch names as "%2f", having a branch name with two slashes leads...
Our branches use slashes for separation, and Jenkins escaped the slash inside the environment variables `BUILD_TAG`, `JOB_NAME` and `JOB_BASE_NAME` with the sequence `%2f`. That works with behat if only ONE...
## Bug report Adding another test case for incorrect indentation, adding to #6470. PHP CS Fixer 3.9.5 Grand Awaiting by Fabien Potencier and Dariusz Ruminski. PHP runtime: 7.4.30 Command: php-cs-fixer...
## Bug report Adding another test case for incorrect indentation, adding to #6513 and #6470. PHP CS Fixer 3.9.5 Grand Awaiting by Fabien Potencier and Dariusz Ruminski. PHP runtime: 7.4.30...
## Bug report * PHP CS Fixer version and PHP runtime: php-cs-fixer -V PHP CS Fixer 3.10.0 Oliva by Fabien Potencier and Dariusz Ruminski. PHP runtime: 7.4.30 * the command...
Based on https://github.com/php/php-src/pull/5925/files
PSR-4 can only work if you use PHP namespaces.
Add autoloading definition via classmap. Fix validation errors.
Fix for #194