Caleb White
Caleb White
- [ ] Bug fix #…? - [x] New feature? - [ ] BC breaks? - [ ] Tests added? - [x] Docs added? Supersedes #3906 Hello! ### Description This...
Hello! This method returns the named argument that matches the given `$name`, or the positional (unnamed) argument that exists at the given `$position`, otherwise, returns `null` for first-class callables or...
### Pint Version 1.19.0 ### PHP Version 8.4.1 ### Description Pint is failing on this line: ```php use function Pest\Laravel\{get, post}; ``` with the following error: ``` Unmatched '}' ```...
Hello! When using macros, the `$this` parameter inside the provided closure is overridden using `@param-closure-this`: ```php trait Macroable { /** * Register a custom macro. * * @param-closure-this $this $macro...
### What Happened Hello! We started receiving this error after upgrading => v3.7.2, we've had to pin the pest version at v3.7.1 for our CI to pass (it is still...
Hello! Closes https://github.com/phpstan/phpstan/issues/11340 This PR adds the following two options (false by default): - `reportIgnoresWithoutIdentifiers`: reports `@phpstan-ignore-line` and `@phpstan-ignore-next-line` usages - `reportIgnoresWithoutComments`: reports `@phpstan-ignore` usages without comments Thanks!
Hello! This adds failings tests for https://github.com/phpstan/phpstan/issues/12585. Please note that there's actually two bugs here: ### 1. Return type I'm getting errors of the form: ```php Post::query()->whereHas('user', fn ($q) =>...
### Description Hello! I have this in my blade: ```php @props([ 'fileExtensions' => new AllowedExtensionsFilePolicy()->get(), ]) ``` but it's failing with ``` SyntaxError: Parse Error : syntax error, unexpected '->'...
Hello! I've had several issues with the existing diff system: - it's almost impossible edit code that's behind the diff if I need to update something - diffs with long...
### Laravel Package Version 1.0.18 ### Laravel Version 11.x ### PHP Version 8.4 ### System Info PopOS 22.044 ### Description Hello! We have hundreds of tables and view, and when...