@@ -24,6 +24,9 @@ |
||
| 24 | 24 | protected $isInitialized = false; |
| 25 | 25 | protected $entries; |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param string $hash |
|
| 29 | + */ |
|
| 27 | 30 | public function __construct(Repository $repository, $hash) |
| 28 | 31 | { |
| 29 | 32 | $this->repository = $repository; |
@@ -225,7 +225,7 @@ |
||
| 225 | 225 | } |
| 226 | 226 | |
| 227 | 227 | /** |
| 228 | - * @param Model $obj |
|
| 228 | + * @param \Fabrica\Models\Infra\Ci\Model\Environment $obj |
|
| 229 | 229 | * |
| 230 | 230 | * @return bool |
| 231 | 231 | * |
@@ -3,11 +3,11 @@ |
||
| 3 | 3 | namespace Fabrica\Tools\Store; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | +use Fabrica\Tools\Store; |
|
| 6 | 7 | use PDO; |
| 7 | 8 | use PHPCensor\Database; |
| 8 | 9 | use PHPCensor\Exception\HttpException; |
| 9 | 10 | use PHPCensor\Model\BuildError; |
| 10 | -use Fabrica\Tools\Store; |
|
| 11 | 11 | |
| 12 | 12 | class BuildErrorStore extends Store |
| 13 | 13 | { |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | /** |
| 38 | 38 | * Leave all fabrica |
| 39 | 39 | * |
| 40 | - * @param integer $fabricaId |
|
| 41 | 40 | * @param integer $userId |
| 42 | 41 | * @return void |
| 43 | 42 | */ |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace Fabrica\Bundle\CoreBundle\Command; |
| 14 | 14 | |
| 15 | -use Symfony\Component\Console\Input\InputInterface; |
|
| 16 | 15 | use Symfony\Component\Console\Input\InputArgument; |
| 16 | +use Symfony\Component\Console\Input\InputInterface; |
|
| 17 | 17 | use Symfony\Component\Console\Input\InputOption; |
| 18 | 18 | use Symfony\Component\Console\Output\OutputInterface; |
| 19 | 19 | |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | use Fabrica\Tools\Plugin; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | use Fabrica\Tools\Plugin; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools; |
|
| 6 | -use Fabrica\Tools\Builder; |
|
| 7 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 8 | 6 | use Fabrica\Models\Infra\Ci\BuildError; |
| 7 | +use Fabrica\Tools; |
|
| 8 | +use Fabrica\Tools\Builder; |
|
| 9 | 9 | use Fabrica\Tools\Plugin; |
| 10 | 10 | |
| 11 | 11 | /** |
@@ -5,15 +5,13 @@ |
||
| 5 | 5 | |
| 6 | 6 | namespace Fabrica\Tasks; |
| 7 | 7 | |
| 8 | -use Fabrica\Tools\Databases\Mysql\Mysql as MysqlTool; |
|
| 9 | -use Integrations\Models\Token; |
|
| 10 | -use Integrations\Connectors\Sentry\Sentry; |
|
| 11 | -use Integrations\Connectors\Sentry\Import as SentryImport; |
|
| 12 | -use Integrations\Connectors\Jira\Jira; |
|
| 13 | -use Integrations\Connectors\Jira\Import as JiraImport; |
|
| 14 | 8 | use Integrations\Connectors\Gitlab\Gitlab; |
| 15 | 9 | use Integrations\Connectors\Gitlab\Import as GitlabImport; |
| 16 | -use Log; |
|
| 10 | +use Integrations\Connectors\Jira\Import as JiraImport; |
|
| 11 | +use Integrations\Connectors\Jira\Jira; |
|
| 12 | +use Integrations\Connectors\Sentry\Import as SentryImport; |
|
| 13 | +use Integrations\Connectors\Sentry\Sentry; |
|
| 14 | +use Integrations\Models\Token; |
|
| 17 | 15 | use Operador\Contracts\ActionInterface; |
| 18 | 16 | |
| 19 | 17 | use Finder\Actions\Action as ActionBase; |