Fix unit tests.

This commit is contained in:
James Cole
2018-07-05 21:44:13 +02:00
parent c99b7e927d
commit bdc6678341
5 changed files with 42 additions and 19 deletions

View File

@@ -65,7 +65,9 @@ class CreateExport extends Command
/**
* Execute the console command.
*
* @return mixed
* @return int
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
public function handle(): int
{