I hereby claim:
- I am kukulich on github.
- I am kukulich (https://keybase.io/kukulich) on keybase.
- I have a public key whose fingerprint is 9525 6512 0DD3 77C0 CC68 2990 B87C 715C 3401 EB66
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php declare(strict_types = 1); | |
namespace Slevomat\PHPStan; | |
use Slevomat\TestCase; | |
class TestCaseDynamicReturnTypeExtension implements \PHPStan\Type\DynamicMethodReturnTypeExtension | |
{ | |
public static function getClass(): string |