for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dontdrinkandroot\RestBundle\Metadata\Annotation;
/**
* @Annotation
* @Target({"PROPERTY"})
*
* @author Philip Washington Sorst <[email protected]>
*/
class Puttable extends Writeable
{
public static function parse($config): ?Puttable
return self::parseInstance($config, new Puttable());
}