Browse Source

fixed DB password that can be empty

Fabien Potencier 14 years ago
parent
commit
7b8c88a271
1 changed files with 0 additions and 3 deletions
  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)