Dylan T.
Dylan T.
ClientConsole is currently very limited in its functionality. - [ ] Mute. This will allow users with permission to see logs to disable log message sending to their chat (it...
**Describe the bug** Nullable field setters don't correctly account for `null` when generating typehints.  Again, found by PHPStan. **Expected behavior** `setDisableBlockTicking()` should accept `null`. **Schema** ```json { "$schema": "http://json-schema.org/draft-04/schema#",...
**Describe the bug** The following diff: ```diff diff --git a/schema/PluginListYml.json b/schema/PluginListYml.json index 4500662..7d5fdea 100644 --- a/schema/PluginListYml.json +++ b/schema/PluginListYml.json @@ -14,17 +14,13 @@ "description": "The listed plugins will either be allowed...
**Is your feature request related to a problem? Please describe.** Currently, this library relies on uniqid() quite a lot to ensure uniqueness in generated code. This is quite annoying when...
### Bug report I feel like you've probably seen this issue before. I'm not sure if it's a dupe, since I don't really know exactly how to describe it. Essentially,...
### Bug report As per title Discussed in https://github.com/phpstan/phpstan/discussions/10808 ### Code snippet that reproduces the problem https://phpstan.org/r/b152200d-b8f3-4849-a2c5-12542d739f42 ### Expected output No errors ### Did PHPStan help you today? Did it...
### Bug report As per title ### Code snippet that reproduces the problem https://phpstan.org/r/6e1f8746-aa4a-4134-acea-fb1d51cd8a78 ### Expected output An error should be reported on line 12 ### Did PHPStan help you...
It may be possible to support windows by making use of [pthreads4w](https://sourceforge.net/projects/pthreads4w/) like [ext-pthreads](https://github.com/pmmp/pthreads/blob/fork/config.w32#L10-L18) does.
Environment ========== * PHP: 7.2.15 * pthreads: 8f4205d527fc9fb2bed8f95861635a60a41a2758 (this bug specifically occurs with this commit, reverting the commit removes the bug) * OS: Windows 10 x64 1809 Reproducing Code ==============...
Environment ========== * PHP: 7.2.13 * pthreads: 5eb80c0c691aa81e0d235bdd37f6f30b633c433e * OS: w10 x64 Summary ====== I would like to be able to have my custom `join()` function called when the thread...