public static function ChoiceValidatorTest::staticCallback in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/validator/Tests/Constraints/ChoiceValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\ChoiceValidatorTest::staticCallback()
File
- vendor/
symfony/ validator/ Tests/ Constraints/ ChoiceValidatorTest.php, line 35
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public static function staticCallback() {
return array(
'foo',
'bar',
);
}