@@ -15,7 +15,7 @@ |
||
15 | 15 | } |
16 | 16 | |
17 | 17 | /** |
18 | - * @return array |
|
18 | + * @return Post |
|
19 | 19 | */ |
20 | 20 | public function getTagNames() |
21 | 21 | { |
@@ -99,7 +99,7 @@ |
||
99 | 99 | } |
100 | 100 | |
101 | 101 | /** |
102 | - * @return int |
|
102 | + * @return double |
|
103 | 103 | */ |
104 | 104 | protected function availableIn() |
105 | 105 | { |
@@ -118,7 +118,7 @@ |
||
118 | 118 | } |
119 | 119 | |
120 | 120 | /** |
121 | - * @param $wikiId |
|
121 | + * @param integer $wikiId |
|
122 | 122 | * @return \Coyote\Wiki[] |
123 | 123 | */ |
124 | 124 | private function getRelated($wikiId) |
@@ -269,7 +269,7 @@ |
||
269 | 269 | } |
270 | 270 | |
271 | 271 | /** |
272 | - * @return float |
|
272 | + * @return integer |
|
273 | 273 | */ |
274 | 274 | public function getRank() |
275 | 275 | { |
@@ -79,7 +79,7 @@ |
||
79 | 79 | return false; |
80 | 80 | } |
81 | 81 | |
82 | - return ! $this->stream->hasLoggedBefore($event->user->id, $event->ip, $event->browser); |
|
82 | + return !$this->stream->hasLoggedBefore($event->user->id, $event->ip, $event->browser); |
|
83 | 83 | } |
84 | 84 | |
85 | 85 | /** |
@@ -98,7 +98,7 @@ |
||
98 | 98 | * Potwierdzenie adresu e-mail poprzez link aktywacyjny znajdujacy sie w mailu |
99 | 99 | * |
100 | 100 | * @param Request $request |
101 | - * @return \Illuminate\Http\Response |
|
101 | + * @return \Illuminate\Http\RedirectResponse |
|
102 | 102 | */ |
103 | 103 | public function email(Request $request) |
104 | 104 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | /** |
27 | 27 | * @param \Coyote\Pastebin $pastebin |
28 | - * @return mixed |
|
28 | + * @return \Illuminate\View\View |
|
29 | 29 | */ |
30 | 30 | public function index($pastebin) |
31 | 31 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | trait UserMenuTrait |
11 | 11 | { |
12 | 12 | /** |
13 | - * @return mixed |
|
13 | + * @return string |
|
14 | 14 | */ |
15 | 15 | public function getUserMenu() |
16 | 16 | { |
@@ -109,7 +109,7 @@ |
||
109 | 109 | |
110 | 110 | /** |
111 | 111 | * @param string $line |
112 | - * @return bool |
|
112 | + * @return integer |
|
113 | 113 | */ |
114 | 114 | protected function isBeginningOfMessage($line, &$header = null) |
115 | 115 | { |