@@ -82,7 +82,7 @@ |
||
82 | 82 | } |
83 | 83 | |
84 | 84 | /** |
85 | - * @param array $stmts |
|
85 | + * @param Node[] $stmts |
|
86 | 86 | * @param string $classname |
87 | 87 | * @return Node|null |
88 | 88 | */ |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Component\Finder\Finder; |
10 | 10 | use Taisiya\CoreBundle\Composer\ScriptHandler as CoreScriptHandler; |
11 | 11 | use Taisiya\PropelBundle\Database\Schema; |
12 | -use Taisiya\PropelBundle\Database\SchemaFactory; |
|
13 | 12 | |
14 | 13 | defined('TAISIYA_ROOT') || define('TAISIYA_ROOT', dirname(dirname(__DIR__))); |
15 | 14 |