浏览代码

[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';