Larry Garfield
Larry Garfield
Since production is on Platform.sh, why not just use the Lando-Platform.sh integration for local dev? https://docs.platform.sh/development/local/lando.html
Needed to rebase to avoid conflicts. But this should take care of it. Also, looks like PHPStan got updated and is now pickier. How nice.
All set. Thank you, @withinboredom!
OK, this seems to work, including for the new tests. As I feared, there was some impact on Importers, but there's no way around that. Good grief I hate nulls...
I don't disagree, but given the way Serde is built, I'm not really sure how to even build that path.
Random thought for the future: Could the exception backtrace be introspected to dig out the chain of Field objects? Maybe, not sure.
`$parentField` doesn't include a full ancestry, though. Only the immediate parent. I suppose that might be enough in some cases, (show "field Foo in object Bar" or something), so if...
This may have resolved itself: https://github.com/vanodevium/toml
We don't yet as FIG have a policy on whether or not to use "extended" docblock syntax like PHPStan and Psalm use. I absolutely agree typing this would be useful,...
(And then there's the divergence from the PSR text itself question to answer, too.)