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

![image](https://github.com/user-attachments/assets/753fb088-8fb7-4e18-8f10-6cfb1b5422e3)

I have a php file called `whatever.php` in my project, whose code is this: ```

https://phpstan.org/writing-php-code/phpdocs-basics#change-type-of-current-object-after-calling-a-method

When creating tests in VS Code for Laravel using Pest (_based on PHPUnit_), the tests do not show up in the Test Explorer, nor does it have the ability for...

feature

Add one newline between functions/methods: ```php function a() { echo ""; } function b() { echo ""; } ```

Some suggestions are not really relevant in the context of `[]` and `['']`: ![image](https://github.com/DEVSENSE/phptools-docs/assets/174078328/35cd6315-0566-4438-be18-52f70ea711db)

Please add support for Laravel's local query scope methods, so that Eloquent methods can be suggested after it. [Relevant link](https://laravel.com/docs/11.x/eloquent#local-scopes)

feature

PHP extension is not suggesting array keyword, and also not it's info on hovering it.

If I lookup the references to a function, PHP tools will show me false-positives in cases where no types could be determined. Example of this is where you have mocks...

The following PHP code... ```php ``` ...is getting formatted like this... ```php ``` ...while also being highlighted like this (see line 2): ![Screenshot from 2024-06-14 13-25-09](https://github.com/DEVSENSE/phptools-docs/assets/34438048/0502a464-1e34-4bd3-89fa-71fa16e20dc3) System info OS: Ubuntu...

bug