@@ -196,7 +196,7 @@ |
||
| 196 | 196 | /** |
| 197 | 197 | * Get the services provided by the provider. |
| 198 | 198 | * |
| 199 | - * @return array |
|
| 199 | + * @return string[] |
|
| 200 | 200 | */ |
| 201 | 201 | public function provides() |
| 202 | 202 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | /** |
| 36 | 36 | * Execute the job. |
| 37 | 37 | * |
| 38 | - * @return void |
|
| 38 | + * @return boolean |
|
| 39 | 39 | */ |
| 40 | 40 | public function handle() |
| 41 | 41 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | /** |
| 31 | 31 | * Execute the job. |
| 32 | 32 | * |
| 33 | - * @return void |
|
| 33 | + * @return boolean |
|
| 34 | 34 | */ |
| 35 | 35 | public function handle() |
| 36 | 36 | { |
@@ -25,6 +25,9 @@ |
||
| 25 | 25 | protected $action = false; |
| 26 | 26 | |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @param string $event |
|
| 30 | + */ |
|
| 28 | 31 | protected function isToIgnore($model, $event) |
| 29 | 32 | { |
| 30 | 33 | // Don't log changes to pivot models. Even though a user may have initiated |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | 79 | * |
| 80 | - * @return double |
|
| 80 | + * @return Transaction |
|
| 81 | 81 | */ |
| 82 | 82 | public function currentPoints() |
| 83 | 83 | { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | * @param $message |
| 90 | 90 | * @param $data |
| 91 | 91 | * |
| 92 | - * @return static |
|
| 92 | + * @return Transaction |
|
| 93 | 93 | */ |
| 94 | 94 | public function addPoints($amount, $message, $data = null) |
| 95 | 95 | { |