tamiroh

Results 7 issues of tamiroh

### Bug Report | Q | A |------------ | ------ | Version(s) | 4.10.0 #### Summary `DocBlockScanner::getLongDescription` does not include line breaks in the result. I could not determine whether...

Bug

## Bug report ### Description `no_useless_concat_operator` rule may break code when variables and whitespace are mixed in a string enclosed by double colons. ### Runtime version ``` PHP CS Fixer...

kind/bug

This pull request fixes a bug that was not considered in #7827. Using `Preg::match`, `\s` also matches a full-width space. That is, ```php "abc $d" . " e" // contains...

### Bug report For the following code with generics, ```php

bug

The name of this plugin appears to have changed from Obsidian Git to Git. Certainly I also thought the plugin name would be better without the word "Obsidian", but I...

This pull request supports flat config for `eslint-config-airbnb-base`. An example of usage is as follows. ```javascript // eslint.config.mjs import airbnbBase from "eslint-config-airbnb-base/flat"; export default [ ...airbnbBase, // Add your own...