Caleb White

Results 117 issues of Caleb White

# Bug Report | Subject | Details | | :------------- | :--------------------| | Rector version | last dev-main | | Installed as | composer dependency | ## Minimal PHP Code...

bug

Hello! This allows users to create and distribute custom presets through composer packages, enabling better code style sharing across projects. I also updated pint to use the new preset manifest...

Closes https://github.com/phpstan/phpstan/issues/11707, closes https://github.com/phpstan/phpstan/issues/12585 Supersedes https://github.com/phpstan/phpstan-src/pull/3828, supersedes https://github.com/phpstan/phpstan-src/pull/3131, supersedes https://github.com/phpstan/phpstan-src/pull/3823 Hello! This adds generalized dynamic parameter type extensions and deprecates the parameter closure type extensions per https://github.com/phpstan/phpstan/issues/11707#issuecomment-2358932350. This also fixes...

Hello! ### Motivation I've had issues with developers adding the doc comment after attributes: ```php #[Foo] /** @param array $foo */ function bad(array $foo): void {...} // should be /**...

Hello! This prevents ALL non-native methods (not just those from annotations) from being converted to first class callables: This change resulted in the following phpstan error:

Hello! It would be awesome if colors were highlighted so it's very easy to tell what they are: Here's an example from neovim: Thanks!

good first issue
help-wanted

Hello! This adds support for the [phpactor](https://github.com/phpactor/phpactor) lsp for php files. phpactor has several benefits over the intelephense lsp that is currently included for php: - 100% free (does not...