Skip to content

Instantly share code, notes, and snippets.

@cn007b
Last active August 3, 2018 14:34
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 cn007b/dc2b65c674de3d0e071fa082332eda33 to your computer and use it in GitHub Desktop.
Save cn007b/dc2b65c674de3d0e071fa082332eda33 to your computer and use it in GitHub Desktop.
Namespace Dependency Injection - src/Domain/Interfaces/VISA/EuropeanUnion.php
<?php
namespace Domain\Interfaces\VISA;
interface EuropeanUnion
{
public function approve() : string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment