Completed
Push — master ( a9b78e...742c1d )
by Daniel Neis
04:53
created
auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      *
81 81
      * @param progress_trace $trace
82 82
      * @param bool $do_updates  Optional: set to true to force an update of existing accounts
83
-     * @return int 0 means success, 1 means failure
83
+     * @return boolean 0 means success, 1 means failure
84 84
      */
85 85
     function sync_users(progress_trace $trace, $do_updates=false) {
86 86
         return true;
Please login to merge, or discard this patch.