for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Psi\Component\ContentType\Standard\Storage;
use Psi\Component\ContentType\Storage\TypeInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;
/**
* Value should be persisted as an integer.
*/
final class IntegerType implements TypeInterface
{
public function configureOptions(OptionsResolver $resolver)
}