@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Get the characters that must be matched. |
44 | 44 | * |
45 | - * @return array |
|
45 | + * @return string[] |
|
46 | 46 | */ |
47 | 47 | public function getCharacters() |
48 | 48 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Get the characters that must be matched. |
44 | 44 | * |
45 | - * @return array |
|
45 | + * @return string[] |
|
46 | 46 | */ |
47 | 47 | public function getCharacters() |
48 | 48 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | /** |
9 | 9 | * We must decrement the post count due to the first post being counted. |
10 | 10 | * |
11 | - * @param int $count The actual post count cache. |
|
12 | 11 | * |
13 | 12 | * @return int |
14 | 13 | */ |
@@ -10,7 +10,6 @@ |
||
10 | 10 | * Create a new comment instance after a valid validation. |
11 | 11 | * |
12 | 12 | * @param array $data The data used to create the comment. |
13 | - * @param \Xetaravel\Models\User $user The current user. |
|
14 | 13 | * |
15 | 14 | * @return \Xetaravel\Models\Comment |
16 | 15 | */ |
@@ -15,7 +15,7 @@ |
||
15 | 15 | * @param \Xetaravel\Models\User $user |
16 | 16 | * @param string $ability |
17 | 17 | * |
18 | - * @return true|void |
|
18 | + * @return boolean|null |
|
19 | 19 | */ |
20 | 20 | public function before(User $user, string $ability) |
21 | 21 | { |
@@ -15,7 +15,7 @@ |
||
15 | 15 | * @param \Xetaravel\Models\User $user |
16 | 16 | * @param string $ability |
17 | 17 | * |
18 | - * @return true|void |
|
18 | + * @return boolean|null |
|
19 | 19 | */ |
20 | 20 | public function before(User $user, string $ability) |
21 | 21 | { |