Toon Verwerft
Toon Verwerft
> Which leads me to think npm script tasks aren't working in GrumPHP at all. You are basically running: ``` npm run "echo 'Hello World'; exit 0" ``` Which I...
Closing this issue for now. Feel free to provide a fix if you can come up with something.
See php-scoper: `exclude-constants` property. https://github.com/humbug/php-scoper/blob/f403b26a2077eeca22dedd54313d24a1b7a99730/docs/configuration.md#excluded-symbols
Something like this could work: ```php namespace Psl\Type; use Psl\Json; /** * @psalm-pure * * @template T * * @param TypeInterface $value_type * * @return TypeInterface */ function json(TypeInterface $value_type):...
The error from the initial post is quite clear: an empty string is being loaded as XML which is invalid. This error is being thrown by PHPs Dom document. So...
Hello @stijnbernards You are right, it's being scoped right now. Since it's part of the extendable public API, it should be ignored in box.json. (which might theoretically result in conflicts...
Linking to https://github.com/vimeo/psalm/issues/10895
This issue has been open for a long time. I'm not using phpstan myself and don't really know what is going wrong exactly. Is this still an issue or can...
Instead of parsing to detect errors, it might be nice to parse for capture groups. That way you can improve the types for e.g. `preg_match`. For example: https://3v4l.org/ptoMe ```php $matches...
The specification encourages - but doesn't enforce - it indeed. It is overwritable and I encourage you to do so.