Abdul Al-Hasany

Results 25 issues of Abdul Al-Hasany

vite-plugin-vue-setup-inherit-attrs extends setup syntactic sugar to support inherit-attr="false" > Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist - [x]...

Hi, I am trying to parse a file with a file level comment. This parse works fine when not using a namespace. However, with namespace the leadingComments node is missing...

## Is your feature request related to a problem? PHP 7.1.0 introduces associative array destructuring using list() construct. It would be a nice addition to format the associative destructure inside...

**Is your feature request related to a problem? Please describe.** Currently the package is working fine but the the CLI arguments might be too many to handle. I have a...

enhancement

One of the main issues for anyone to start using PHPCS (myself included) is the lack of documentation. When I started using a couple of years it was a very...

Hi When using `uniontype` the parser is providing the wrong loc data. Example: ```php function functionWithMultipleTypes(int $arg1, $arg2): string|int { return 'foo'; } ``` The union type `string|int` provides this...

Hi The parser seems to provide wrong start loc when using nullsafeoperator. Example: ```php

Hi It seems that [Disjunctive Normal Form (DNF) Types](https://www.php.net/releases/8.2/en.php#dnf_types) is not supported yet. It is showing syntax error when displayed. It would be great if it is supported in the...

Hi Attribute node is showing the same loc for both start and end. Source is also undefined. For example this code: ```php

Hi When a body has noob child the start and end location are swapped. For example this code: ```php