8000 [VarDumper] Update typehint on ImagineCaster::castImage() · symfony/symfony@aa7336d · GitHub
[go: up one dir, main page]

Skip to content

Commit aa7336d

Browse files
committed
[VarDumper] Update typehint on ImagineCaster::castImage()
1 parent 35fbbb9 commit aa7336d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Caster/ImagineCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class ImagineCaster
2121
{
22-
public static function castImage(ImageInterface $c, array $a, Stub $stub, $isNested)
22+
public static function castImage(ImageInterface $c, array $a, Stub $stub, bool $isNested): array
2323
{
2424
$imgData = $c->get('png');
2525
if (\strlen($imgData) > 1 * 1000 * 1000) {

0 commit comments

Comments
 (0)
0