@@ -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 | { |
@@ -6,7 +6,7 @@ |
||
6 | 6 | |
7 | 7 | class PollForm extends Form |
8 | 8 | { |
9 | - const RULE_TITLE = 'string|max:100'; |
|
9 | + const RULE_TITLE = 'string|max:100'; |
|
10 | 10 | // @todo dodac walidator sprawdzajacy liczbe (oraz dlugosc) linii |
11 | 11 | // @todo musimy pisac "poll.title" jezeli ten formularz jest dzieckiem. reguly powinny byc zmieniane |
12 | 12 | // przez klase Form |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | } |
19 | 19 | |
20 | 20 | /** |
21 | - * @return array |
|
21 | + * @return Twig_SimpleFunction[] |
|
22 | 22 | */ |
23 | 23 | public function getFunctions() |
24 | 24 | { |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
59 | - * @return array |
|
59 | + * @return Twig_SimpleFilter[] |
|
60 | 60 | */ |
61 | 61 | public function getFilters() |
62 | 62 | { |
@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * Save models and remove old ones. |
11 | 11 | * |
12 | - * @param \Traversable|array $models |
|
12 | + * @param \Coyote\Firm\Benefit[] $models |
|
13 | 13 | * @return \Traversable|array |
14 | 14 | */ |
15 | 15 | public function push($models) |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | |
280 | 280 | /** |
281 | 281 | * @param string|null $time |
282 | - * @return null|int |
|
282 | + * @return null|double |
|
283 | 283 | */ |
284 | 284 | private function timeToSeconds($time) |
285 | 285 | { |
@@ -315,7 +315,7 @@ discard block |
||
315 | 315 | * |
316 | 316 | * @example http://4programmers.net/Foo/Bar => /Foo/Bar |
317 | 317 | * @param string $url |
318 | - * @return string|bool |
|
318 | + * @return string|false |
|
319 | 319 | */ |
320 | 320 | private function getPathFromInternalUrl($url) |
321 | 321 | { |
@@ -159,7 +159,7 @@ |
||
159 | 159 | |
160 | 160 | /** |
161 | 161 | * @param \Exception $exception |
162 | - * @param $translationId |
|
162 | + * @param string $translationId |
|
163 | 163 | * @return \Illuminate\Http\RedirectResponse |
164 | 164 | */ |
165 | 165 | private function handlePaymentException($exception, $translationId) |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | private $plan = ['id' => null, 'length' => 30]; |
246 | 246 | |
247 | 247 | /** |
248 | - * @return array |
|
248 | + * @return string[] |
|
249 | 249 | */ |
250 | 250 | public static function getRatesList() |
251 | 251 | { |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | } |
254 | 254 | |
255 | 255 | /** |
256 | - * @return array |
|
256 | + * @return string[] |
|
257 | 257 | */ |
258 | 258 | public static function getEmploymentList() |
259 | 259 | { |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | } |
262 | 262 | |
263 | 263 | /** |
264 | - * @return array[] |
|
264 | + * @return string[] |
|
265 | 265 | */ |
266 | 266 | public static function getSeniorityList() |
267 | 267 | { |