소스 검색

[Validator] Made class Constraint abstract because it must not be instantiated

Bernhard Schussek 14 년 전
부모
커밋
8df966f507
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Validator/Constraint.php

+ 1 - 1
src/Symfony/Component/Validator/Constraint.php

@@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
  *
  * @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
  */
-class Constraint
+abstract class Constraint
 {
     const DEFAULT_GROUP = 'Default';