Completed
Push — master ( 34a539...2d483a )
by Andreas
09:38 queued 06:54
created
inc/Extension/AuthPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
      * @param   string $user Username
192 192
      * @param   string $pass Cleartext Password
193 193
      * @param   bool $sticky Cookie should not expire
194
-     * @return  bool         true on successful auth,
194
+     * @return  boolean|null         true on successful auth,
195 195
      *                       null on unknown result (fallback to checkPass)
196 196
      */
197 197
     public function trustExternal($user, $pass, $sticky = false)
Please login to merge, or discard this patch.