Skip to content

Commit a0bb30b

Browse files
Fix
1 parent a1eec8b commit a0bb30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Type/Php/ArrayPadDynamicReturnTypeExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php declare(strict_types = 1);
22

33
namespace PHPStan\Type\Php;
44

@@ -14,7 +14,7 @@
1414
use PHPStan\Type\Type;
1515
use PHPStan\Type\TypeCombinator;
1616

17-
class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
17+
final class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
1818
{
1919

2020
public function isFunctionSupported(FunctionReflection $functionReflection): bool

0 commit comments

Comments
 (0)