Skip to content

Instantly share code, notes, and snippets.

@mikemix
Last active August 9, 2022 19:11
Show Gist options
  • Select an option

  • Save mikemix/717dadd1bde308533c78a8e4b94b21e6 to your computer and use it in GitHub Desktop.

Select an option

Save mikemix/717dadd1bde308533c78a8e4b94b21e6 to your computer and use it in GitHub Desktop.
<?php
class UserRepository
{
public function getUsers(?bool $includingDeleted = false): array
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment