Getting 'Undefined index' error while accessing nested array with PHP 8.1 and Symfony 5
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-14
PHP Symfony API
I'm encountering an 'Undefined index' error when trying to access a nested array in my Symfony 5 application using PHP 8.1. The issue arises specifically when f...