Chris Smith

Results 26 issues of Chris Smith

### What needs to be documented? What does `PLATFORM_PRE_APP_COMMAND` do? ### Additional context I cannot find any public information on this environment variable.

If you have a non namespaced function call without a use statement or preceding `\` it's usage does not appear to be detected, per the README I expect this to...

bug

https://github.com/microsoft/vscode/issues/224750 This issue has been annoying me for months, I've tried to find out what the status of getting it fixed is but there doesn't seem to be an issue...

Improve type information for PHPStan. Tests pass: ``` $ vendor/bin/simple-phpunit PHPUnit 9.6.29 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.14 Configuration: /home/chris.smith/src/retry/phpunit.xml Warning: Your XML configuration validates against a deprecated...

### Bug report ```php private readonly \SplObjectStorage $store; public function __construct() { $this->store = new \SplObjectStorage(); $this->store[(object) ['foo' => 'bar']] = true; } ``` Results in: > Readonly property foo::$store...