@@ -43,7 +43,7 @@ |
||
| 43 | 43 | /** |
| 44 | 44 | * Execute the console command. |
| 45 | 45 | * |
| 46 | - * @return mixed |
|
| 46 | + * @return integer|null |
|
| 47 | 47 | */ |
| 48 | 48 | public function handle(GrammarFactory $grammars) |
| 49 | 49 | { |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | /** |
| 44 | 44 | * Execute the console command. |
| 45 | 45 | * |
| 46 | - * @return mixed |
|
| 46 | + * @return integer|null |
|
| 47 | 47 | */ |
| 48 | 48 | public function handle(GrammarFactory $grammars) |
| 49 | 49 | { |
@@ -6,6 +6,9 @@ |
||
| 6 | 6 | |
| 7 | 7 | class DryRunConnector implements Connector |
| 8 | 8 | { |
| 9 | + /** |
|
| 10 | + * @param \Illuminate\Console\OutputStyle $output |
|
| 11 | + */ |
|
| 9 | 12 | public function __construct($output) |
| 10 | 13 | { |
| 11 | 14 | $this->output = $output; |
@@ -45,6 +45,10 @@ |
||
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param Application $app |
|
| 50 | + * @param string $dbName |
|
| 51 | + */ |
|
| 48 | 52 | protected function swapTestingDatabase($app, $driver, $dbName): void |
| 49 | 53 | { |
| 50 | 54 | // Paratest gives each process a unique TEST_TOKEN env variable. |