Erin
Erin
No, sorry.
@ondrejmirtes Do you have any advice for handling conditionally defined DSL functions in PHPStan? It's a pretty common scenario for describe/it style test runners and matcher libraries like [Hamcrest](https://github.com/hamcrest/hamcrest-php).
Hi @jails, no, I'm sorry, but I haven't had the time to do much of anything PHP-related lately. From the sounds of it though, the `bootstrap` option mentioned above might...
@samsonasik This issue is about creating a shared config for projects that use Kahlan, not about running PHPStan over Kahlan's own codebase.
The `icotool -l` command returns "incorrect total size of bitmap" for files produced by this library
I just found this related issue: https://github.com/scriptPilot/app-framework/issues/333 And sure enough, ImageMagick has no problem with the file: ``` $ magick identify path/to/to-ico.ico path/to/to-ico.ico [0] ICO 16x16 16x16+0+0 8-bit sRGB 14510B...
@shellscape I wasn't setting that option, no. But I've just tried it, and it doesn't seem to make a difference unfortunately. I'm using `webpack-serve`'s config to set it, so I...
I've been doing some digging on this issue. I found that HMR *does* seem to be working, but for the **first endpoint only**. I can "fix" the issue, by hacking...
Here's an example of how it can be done, using the `Planet` multiton from the README: ``` php class SerializableObject implements Serializable { public function __construct(Planet $planet) { $this->planet =...
No worries. To explain why this is the only option: PHP only allows you to modify the *properties* of the object being unserialized, it's impossible to change which *instance* is...