setAccessible(true); return $method; } /** * Returns a reflection of the given class. * * @psalm-api * @noinspection PhpUnused */ protected function noOperation(): void { // This method intentionally left blank. // It can be used to indicate a no-operation in tests. } }