It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
It seems like $module of type object<Caffeinated\Modules\Modules> is incompatible with the declared type object<Caffeinated\Modul...re\Caffeinated\Modules> of property $module.
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..
Loading history...
23
}
24
25
/**
26
* Handle an incoming request.
27
*
28
* @param \Illuminate\Http\Request $request
29
* @param \Closure $next
30
*
31
* @return mixed
32
*/
33
public function handle($request, Closure $next, $slug)
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..