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/DEVSENSE/phptools-docs/assets/42226341/056c3c04-2d26-468c-93de-d37f919f9da3) should be `User[]`, seems to be just a display bug, `@trace` works as expected

feature

Type: Bug While trying to pin down an annoying bug (x_x, not related to this report) with static code analysis - discovered a minor bug (have encountered the same bug...

bug

Type: Bug A few, relatively minor, issues that nonetheless keep causing me pause: ```php class Bug { public true $x; public array|false $nope; public array $works; // 1) Hover gives...

Lately I've been having an issue that has only just popped up. The Memory usage of devsense.php when running a top command on Terminal has been running in excess and...

bug

When I develop in Codeigniter 3 PHP, the DEVSENSE report lot of errors, for e.g. undefined objects. The referenced objects are defined, no real errors, the code runs without any...

Reproduce with `amphp/parallel` ```php

Actual: ![image](https://github.com/user-attachments/assets/e022b02d-5efb-401a-b051-bd1d2ec49066) Expect: ![image](https://github.com/user-attachments/assets/917ddc79-fcb4-4d5b-8ae2-6e8b0af8fa8b)

`Argument '1' passed to stream() is expected to be of type Symfony\Component\HttpClient\Response\self[]|Traversable, Symfony\Contracts\HttpClient\ResponseInterface givenPHP(PHP0406)` Maybe cache in `vendor` not resolve `self` correctly, (maybe include `static`)

Hi, I’ve encountered an issue with your extension while working with abstract classes and interfaces in PHP. Specifically, when an abstract class implements an interface, and I extend that abstract...