for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JDesrosiers\Tests\Silex\Provider\Fixtures;
class Foo
{
protected $foo;
public function getFoo()
return $this->foo;
}
public function setFoo($foo)
return $this->foo = $foo;