We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffd448 commit 5827a23Copy full SHA for 5827a23
1 file changed
src/Param/ParamValueConverterRegistry.php
@@ -56,6 +56,7 @@
56
/** @phpstan-param ConverterRegistry $registry */
57
public function __construct(array $registry = [])
58
{
59
+ /** @phpstan-ignore argument.type */
60
$formatPoint = static fn (array $point) => sprintf('(%s)', implode(',', $point));
61
// phpcs:ignore SlevomatCodingStandard.Functions.RequireArrowFunction.RequiredArrowFunction
62
$formatRingOrLineString = static function (array $v) use ($formatPoint) {
0 commit comments