Completed
Push — master ( d2bd53...071f6e )
by Seth
04:22
created
src/RequireParameter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @param mixed[string] $params
61 61
      * @param string $key
62
-     * @param mixed $value
62
+     * @param string $value
63 63
      * @param string|false $class
64 64
      * @return void
65 65
      */
Please login to merge, or discard this patch.
src/Canvas/Courses/DeriveCourseUrlFromId.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -13,6 +13,11 @@
 block discarded – undo
13 13
      */
14 14
     protected $id;
15 15
 
16
+    /**
17
+     * @param string $url
18
+     *
19
+     * @return string
20
+     */
16 21
     public function deriveCourseUrl($url, CanvasPest $api)
17 22
     {
18 23
         if (!preg_match('%.*/courses/\d+$%', $url)) {
Please login to merge, or discard this patch.