Skip to content

Instantly share code, notes, and snippets.

@BlackScorp
Created August 13, 2014 17:55
Show Gist options
  • Save BlackScorp/79bbd778f8a3d3ab862d to your computer and use it in GitHub Desktop.
Save BlackScorp/79bbd778f8a3d3ab862d to your computer and use it in GitHub Desktop.
<?php
$action = new KillACat();
$request = new KillACatRequest(3);
$response = $action->process($request);
echo $response->killedCats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment