Skip to content

Commit 5baa146

Browse files
committed
A few more classes made final
1 parent 5979498 commit 5baa146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/PHPStan/Build/ServiceLocatorDynamicReturnTypeExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use PHPStan\Type\Type;
1010
use PHPStan\Type\TypeCombinator;
1111

12-
class ServiceLocatorDynamicReturnTypeExtension implements \PHPStan\Type\DynamicMethodReturnTypeExtension
12+
final class ServiceLocatorDynamicReturnTypeExtension implements \PHPStan\Type\DynamicMethodReturnTypeExtension
1313
{
1414

1515
public function getClass(): string

src/Type/Php/AbsFunctionDynamicReturnTypeExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use PHPStan\Type\ErrorType;
1010
use PHPStan\Type\Type;
1111

12-
class AbsFunctionDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
12+
final class AbsFunctionDynamicReturnTypeExtension implements DynamicFunctionReturnTypeExtension
1313
{
1414

1515
public function isFunctionSupported(FunctionReflection $functionReflection): bool

0 commit comments

Comments
 (0)