<?php namespace WorkflowBundle\Validator\Constraints; use Symfony\Component\Validator\Constraint; /** * @Annotation */ class ContainsYaml extends Constraint { public $message = 'workflow_error_yaml_format'; }