Luke Arms

Results 36 issues of Luke Arms

As per PSR-12, the default line length "SHOULD NOT" exceed 80 characters and "MUST" have a soft limit of 120 characters.

component: PSR-12
component: code style

May require detection of terminating statements / `// No break` separators.

Also consider: - [ ] adding newlines after commas in this scenario - [ ] forcing this style whenever an arm breaks over multiple lines

- [ ] Improve documentation to clarify why tokens are eligible or ineligible for alignment - [ ] Optimize for performance - [ ] Test "relaxed" mode with a view...

- [ ] Split parts of `TokenTypeTest` out to `TokenTypeIndexTest`

component: tests

A rough starting point: > `.OH.` is applied if: > > - the open bracket of the block is not followed by a newline, AND > - either: > -...

documentation

**Describe the bug** In the code below, Intelephense: - does not recognise that `OAuth2GrantType::*` is compatible with `string` - incorrectly reports the `string&OAuth2GrantType::*` received by `processToken()` (inferrable without reference to...

### Bug report > The examples below are derived from code where this issue surfaced for me and may be more complicated than necessary. This works because the array shapes...

bug