Skip to content

Instantly share code, notes, and snippets.

@mickadoo
Created December 14, 2017 17:09
Show Gist options
  • Select an option

  • Save mickadoo/c2bf4d47881fbdc767ac24ac9b8c6e61 to your computer and use it in GitHub Desktop.

Select an option

Save mickadoo/c2bf4d47881fbdc767ac24ac9b8c6e61 to your computer and use it in GitHub Desktop.
<?php
interface FabricatorInterface {
/**
* @param array $params
*
* @return array
*/
public function fabricate($params = []);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment