Skip to content

Instantly share code, notes, and snippets.

@juanwilde
Created November 2, 2021 07:39
Show Gist options
  • Save juanwilde/e08eb744545a45d15586f04b744d4e0c to your computer and use it in GitHub Desktop.
Save juanwilde/e08eb744545a45d15586f04b744d4e0c to your computer and use it in GitHub Desktop.
public function __invoke(User $user): void
{
if (!$user instanceof UserInterface) {
return;
}
// some great stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment