Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
interface ActionInterface
{
public function __invoke(Request $request): Response;
}