Failed Conditions
Push — tokenauth ( b0ac60 )
by Andreas
08:12
created
inc/AuthenticationToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     /**
97 97
      * Get the user of this token
98 98
      *
99
-     * @return bool|string
99
+     * @return string
100 100
      */
101 101
     public function getUser() {
102 102
         if($this->user === null && !$this->load()) return false;
Please login to merge, or discard this patch.