Failed Conditions
Push — master ( 1b92c1...5e8dd9 )
by Arnold
03:03
created
src/Auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      * Set the current user
88 88
      * 
89 89
      * @param User $user
90
-     * @return boolean
90
+     * @return null|User
91 91
      */
92 92
     public function setUser(User $user)
93 93
     {
Please login to merge, or discard this patch.
src/Auth/Confirmation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Create a heashids interface
47 47
      * 
48
-     * @param string $secret
48
+     * @param string $subject
49 49
      * @return Hashids
50 50
      */
51 51
     protected function createHashids($subject)
Please login to merge, or discard this patch.
src/Auth/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     /**
11 11
      * Get user id
12 12
      * 
13
-     * @return int|string
13
+     * @return string
14 14
      */
15 15
     public function getId();
16 16
     
Please login to merge, or discard this patch.