Resolve PHPStan (next minor) issues

Created on 31 March 2025, 5 days ago

Problem/Motivation

PHPStan (next minor) is reporting:

------ -------------------------------------------------------------- 
  Line   tests/src/Unit/Twig/SelectDataExtensionTest.php               
 ------ -------------------------------------------------------------- 
  160    Parameter #2 $array of method                                 
         PHPUnit\Framework\Assert::assertArrayHasKey() expects         
         array|ArrayAccess, mixed given.                               
         🪪  argument.type                                             
  167    Cannot access offset 'label' on mixed.                        
         🪪  offsetAccess.nonOffsetAccessible                          
  176    Argument of an invalid type mixed supplied for foreach, only  
         iterables are supported.                                      
         🪪  foreach.nonIterable                                       
  176    Cannot access offset 'options' on mixed.                      
         🪪  offsetAccess.nonOffsetAccessible                          
  177    Cannot access offset 'label' on mixed.                        
         🪪  offsetAccess.nonOffsetAccessible                          
 ------ -------------------------------------------------------------- 

Steps to reproduce

Run PHPStan and observe errors.

Proposed resolution

Fix the errors!

Remaining tasks

Fix the errors!

User interface changes

None.

API changes

None.

Data model changes

SelectDataExtensionTest.php may require refactoring.

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom darren.fisher

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024