Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nicholasruunu
Created September 5, 2016 17:37
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 nicholasruunu/aa34fa1085f4a6fa2b2c2f5c6375e89e to your computer and use it in GitHub Desktop.
Save nicholasruunu/aa34fa1085f4a6fa2b2c2f5c6375e89e to your computer and use it in GitHub Desktop.
asdas
<?php
declare(strict_types=1);
abstract class EventFactory
{
public function apply()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment