Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created April 2, 2014 08:45
Show Gist options
  • Select an option

  • Save renepardon/9930340 to your computer and use it in GitHub Desktop.

Select an option

Save renepardon/9930340 to your computer and use it in GitHub Desktop.
<?php
// ...
/**
* The foo action.
*
* @Validate ("uuid", "Api\Validator\Uuid")
*
* @param Uuid $uuid
*
* @return \Api\Response\Uuid
*/
public function fooAction(Uuid $uuid)
{
return new Uuid();
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment