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 a1eec8b commit a0bb30bCopy full SHA for a0bb30b
src/Type/Php/ArrayPadDynamicReturnTypeExtension.php
@@ -1,4 +1,4 @@
1
-<?php
+<?php declare(strict_types = 1);
2
3
namespace PHPStan\Type\Php;
4
@@ -14,7 +14,7 @@
14
use PHPStan\Type\Type;
15
use PHPStan\Type\TypeCombinator;
16
17
-class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
+final class ArrayPadDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
18
{
19
20
public function isFunctionSupported(FunctionReflection $functionReflection): bool
0 commit comments