-
My `composer.json`:
```json
{
"name": "sylius/sylius-standard",
"description": "Starting point for projects powered by Sylius eCommerce.",
"keywords": ["symfony", "symfony2", "s…
-
Whenever there is a single line comment block such as
```php
/** @var Object $foo */
$foo = bar();
```
The formatter breaks the single line comment block into multiple lines
```php
/**
…
-
## Describe the bug
The Generic.ControlStructures.DisallowYodaConditions sniff has a method called `isArrayStatic()` that determines what the sniff considers to be static arrays. When static arrays…
-
## Describe the bug
I installed PHPCS and some other rules for a local package, which is a WordPress plugin. And when I run `phpcs`, it doesn't output anything.
Here is my `composer.json` file:
…
-
## Is your feature request related to a problem?
see https://github.com/doctrine/sql-formatter/pull/129#discussion_r1634725933
## Describe the solution you'd like
`` matches all `` but also `…
-
The Coding Standard Tutorial page contains an example of a sniff to disallow hash comments: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial#disallowhashcommentssniffphp…
-
This feature will allow to include in our `phpcs.xml.dist` file remote ruleset, for example by adding the following in configuration:
```
```
This feature will allow serveral company project …
-
If you save changes made to a PHP file (like a pattern) with text strings, CBT will output the text strings with the `__()` localize function, like so:
```
```
But [according to](https://…
-
Hi, ECS allows to configure the underlying tools with it's own config. However I have a use case where it would be nice to import a configuration that is in a file and format specific for a given tool…
ghost updated
5 months ago
-
## Acceptance criteria
- [x] Upgrade to PHPUnit 11 for CMS 6
- [x] Ensure any deprecation warnings in PHPUnit 9 have been resolved e.g. [`Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated a…