for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Starkerxp\StructureBundle\Form\Type;
use Symfony\Component\OptionsResolver\OptionsResolver;
abstract class AbstractType extends \Symfony\Component\Form\AbstractType
{
public function configureOptions(OptionsResolver $resolver)
$resolver->setDefaults(
[
'csrf_protection' => false,
]
);
}
public function getName()
return '';
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.