Add some comments [skip ci]

This commit is contained in:
James Cole
2017-08-15 17:26:43 +02:00
parent 1633994fbd
commit 34894fb76b
6 changed files with 29 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ class CreateImport extends Command
}
/**
* Run the command.
*
* @SuppressWarnings(PHPMD.ExcessiveMethodLength) // cannot be helped
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's five exactly.
*/
@@ -133,6 +135,8 @@ class CreateImport extends Command
}
/**
* Verify user inserts correct arguments.
*
* @return bool
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's five exactly.
*/