瀏覽代碼

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)