Skip to content

Commit 3d45024

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: remove an invalid test [Translation] fix support of `TranslatableInterface` in `IdentityTranslator` Fix various bool-type coercions
2 parents 4581e55 + ac7c283 commit 3d45024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dumper/GraphvizDumper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected function findTransitions(Definition $definition, bool $withMetadata):
141141
/**
142142
* @internal
143143
*/
144-
protected function addPlaces(array $places, float $withMetadata): string
144+
protected function addPlaces(array $places, bool $withMetadata): string
145145
{
146146
$code = '';
147147

@@ -303,7 +303,7 @@ protected function addAttributes(array $attributes): string
303303
*
304304
* @internal
305305
*/
306-
protected function formatLabel(Definition $definition, string $withMetadata, array $options): string
306+
protected function formatLabel(Definition $definition, bool $withMetadata, array $options): string
307307
{
308308
$currentLabel = $options['label'] ?? '';
309309

0 commit comments

Comments
 (0)