@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Set token in Memory for fast access within the same request. |
46 | 46 | * @param $tag string |
47 | - * @param $token string |
|
47 | + * @param string $token string |
|
48 | 48 | * @return string |
49 | 49 | */ |
50 | 50 | private function setTokenInMemory($tag, $token) |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | /** |
56 | 56 | * Save token to disk for later requests. |
57 | 57 | * @param $tag string |
58 | - * @param $token string |
|
58 | + * @param string $token string |
|
59 | 59 | */ |
60 | 60 | private function persistToken($tag, $token) |
61 | 61 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
46 | - * @param $widget object |
|
46 | + * @param string $widget object |
|
47 | 47 | * @return \Illuminate\Foundation\Application|mixed |
48 | 48 | */ |
49 | 49 | private function makeWidgetObj($widget) |
@@ -111,7 +111,7 @@ |
||
111 | 111 | |
112 | 112 | /** |
113 | 113 | * Creates the widget class. |
114 | - * @return bool |
|
114 | + * @return false|null |
|
115 | 115 | */ |
116 | 116 | private function makeWidgetClass() |
117 | 117 | { |