소스 검색

fixed DB password that can be empty

Fabien Potencier 14 년 전
부모
커밋
7b8c88a271
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Step/DoctrineStep.php

+ 0 - 3
Step/DoctrineStep.php

@@ -42,9 +42,6 @@ class DoctrineStep implements StepInterface
      */
     public $user;
 
-    /**
-     * @validation:NotBlank
-     */
     public $password;
 
     public function __construct(array $parameters)