PHPstan + PHPUnit Course prep

preview_player
Показать описание
------
. Today I am working on more course prep

📖 Related programming courses:

PHP Array Course

PHP OOP Course

JavaScript Array Course

✉️ Get my weekly newsletter

⏰ My current live coding schedule
Tuesdays 07:00
Sundays 14:30 All times are BST

➡️ Follow How To Code Well:

#podcast #web3 #webdevelopment
Рекомендации по теме
Комментарии
Автор

I fixed it!!!!
It was an array of arrays
@return null|array{user: string, 'items': array{ array{'product_image': string, 'product_name': string, 'product_price':int, 'order_date': string}}}

$orders = getOrders($userName);
$items = $orders['items'] ?? [];

howtocodewell
welcome to shbcf.ru