Completed
Pull Request — master (#12)
by
unknown
03:13
created
src/AccessTokenGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
     /**
8 8
      * Create an access token from stored json data
9 9
      *
10
-     * @param $text
10
+     * @param string $text
11 11
      * @return AccessToken
12 12
      */
13 13
     public function createFromJson($text)
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param array $array
94
-     * @param mixed $key
94
+     * @param string $key
95 95
      * @return null
96 96
      */
97 97
     private function getKeyIfSet($array, $key)
Please login to merge, or discard this patch.