You are here

public function TestServiceNullableTypehintSelf::typehintSelf in Drupal 9

File

core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php, line 446
Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.

Class

TestServiceNullableTypehintSelf

Namespace

Drupal\Tests\Component\ProxyBuilder

Code

public function typehintSelf(?self $parameter) : ?self {
}