Skip to content

Instantly share code, notes, and snippets.

@mrsimonbennett
Last active November 10, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrsimonbennett/2f1444e405ad187d38adf6480010d9f1 to your computer and use it in GitHub Desktop.
Save mrsimonbennett/2f1444e405ad187d38adf6480010d9f1 to your computer and use it in GitHub Desktop.
<?php
namespace Invoicing;
use Members/User;
interface InvoiceRepository {
public function getUsersInvoices(User $user)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment