Completed
Push — master ( a1477a...fd2b40 )
by Seth
02:34
created
src/LTI/ToolProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *     within the database
105 105
      * @param string $secret (Optional) A shared secret to authenticate this tool
106 106
      *     consumer
107
-     * @return void
107
+     * @return boolean
108 108
      */
109 109
     public function createConsumer($name, $key = false, $secret = false)
110 110
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      * ['requestType' => 'URL of script handling this request']
142 142
      * ```
143 143
      *
144
-     * @param string|string[] $requestType_or_list
144
+     * @param string[] $requestType_or_list
145 145
      * @param string $url Ignored if `$requestType_or_list` is an array,
146 146
      *     required if `$requestType_or_list` is a string
147 147
      */
Please login to merge, or discard this patch.