phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

PHP Tools public content

Results 215 phptools-docs issues
Sort by recently updated
recently updated
newest added

I'm getting this bogus error in the IDE from this fragment of code: ![image](https://github.com/user-attachments/assets/3e702574-f865-4ef5-bb76-ddd3a11871bc) ![image](https://github.com/user-attachments/assets/3915c8bc-cb0e-481b-afef-0db14b221124) ``` "Cannot implicitly convert 'void' to 'string'" ``` In reality the code runs and always...

It would be nice to have something similar to PHPStorms Override Method functionality keyboard shortcut to open the modal and after selecting create the boilerplate

I have info in inspection like: ``` Function 'array_any' is available since PHP 8.4 ``` but I have ``` "symfony/polyfill-php84": "*" ``` in composer.json So it's totally fine to have...

I often delete the whole input and then type, in that way I delete the starting $ on the variable name. It would be nice, if that could be stripped...

There is an issue with the reference count of the function [function_name]. The expected reference count should be 2, but it is currently returning 1. ![Image](https://github.com/user-attachments/assets/52b11f1f-960e-4ccc-a58e-bc7ab37bd166) ![Image](https://github.com/user-attachments/assets/b2a39517-2493-47ee-ba72-11396b0e2cff)

I got randomly fake errors for Carbon: "Call to unknown method: Carbon\Traits\Boundaries::gt()" ![Image](https://github.com/user-attachments/assets/a0461d6a-2e46-4210-82c9-2571d944c4f0) Similar issue #389

I wondered whether this was an issue in the extension or in VSCode (thinking maybe the timestamps in log entries were added by VSCode itself) but I'm seeing that timestamps...

it would be nice if we could also run all the tests at once in a class. Right now the run test button is only at methods. some future feature...

Using an array with elements of Laravel's type TModel, yields error "property of non-object of type void". For example: ```PHP $arrayOfModels = [$modelOne, $modelTwo]; DB::transaction(function () use ($arrayOfModels): void {...

bug

This has started happening pretty often recently. Suddenly the extension stops working: popups with method signatures don't appear when hovering over method names both in function definitions and function calls;...