I switch to PHP 7.3 and i get the same problem like other people on this error ( Parameter must be an array.. .)
I try to modify without success so i post this post.
My code is :
$i = $this->show($user->id);
$a = json_decode($i);
for ($b = 0; $b < sizeof($a->data); $b++)
The error it's from the "for".
I use Laravel.
Do you know how can i modify this line?
Thnks