for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JDesrosiers\Silex\Provider\Test;
use Swagger\Annotations as SWG;
/**
* @SWG\Resource(
* apiVersion="0.1",
* swaggerVersion="1.2",
* resourcePath="/foo",
* basePath="http://localhost:8000"
* )
*/
class Foo
{
* @SWG\Api(
* path="/foo",
* @SWG\Operations(
* @SWG\Operation(method="GET", type="FooModel")
public function run()
}