Completed
Pull Request — master (#22)
by
unknown
13:28
created
src/Provider/LinkedInResourceOwner.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Gets resource owner attribute by key. The key supports dot notation.
33 33
      *
34
+     * @param string $key
34 35
      * @return mixed
35 36
      */
36 37
     public function getAttribute($key)
@@ -129,7 +130,7 @@  discard block
 block discarded – undo
129 130
     }
130 131
 
131 132
     /**
132
-     * @return string
133
+     * @return boolean
133 134
      */
134 135
     public function __toString()
135 136
     {
Please login to merge, or discard this patch.