phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
 should be `User[]`, seems to be just a display bug, `@trace` works as expected
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...
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...
```php
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:  Expect: 
`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...