Completed
Push — master ( 68e12f...ab20ed )
by Seth
02:02
created
src/Snapshots/History.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Snapshots/Snapshot.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.