@@ -54,7 +54,7 @@ |
||
| 54 | 54 | /** |
| 55 | 55 | * Get the numeric Canvas course ID |
| 56 | 56 | * |
| 57 | - * @return string|integer |
|
| 57 | + * @return string |
|
| 58 | 58 | */ |
| 59 | 59 | public function getCourseId() |
| 60 | 60 | { |
@@ -71,6 +71,7 @@ |
||
| 71 | 71 | * @param boolean $isCourseId (Optional, defaults to `TRUE`) Whether |
| 72 | 72 | * `$courseOrDepartmentId` is course ID (`TRUE`) |
| 73 | 73 | * or an account ID (`FALSE`) |
| 74 | + * @param \smtech\GradingAnalytics\Toolbox $databaseProvider |
|
| 74 | 75 | */ |
| 75 | 76 | public function __construct($databaseProvider, Domain $domain, $courseOrDepartmentId, $isCourseId = true) |
| 76 | 77 | { |