Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php namespace JobApis\JobsToMail\Jobs\Users; |
||
35 | 1 | public function handle() |
|
36 | { |
||
37 | 1 | $this->admin->notify(new Notification($this->data)); |
|
38 | |||
39 | 1 | return new FlashMessage( |
|
40 | 1 | 'alert-success', |
|
41 | 1 | 'We have received your request for Premium access. We will reach out within 48 hours.' |
|
42 | ); |
||
43 | } |
||
44 | } |
||
45 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..