Fix phpstan issues

Created on 4 April 2024, about 1 year ago
Updated 11 September 2024, 7 months ago

Problem/Motivation

After adding the GitLab CI template, some phpstan issues are identified:

 ------ ---------------------------------------------------------------------- 
  Line   src/JsonapiParse.php                                                  
 ------ ---------------------------------------------------------------------- 
  260    \Drupal calls should be avoided in classes, use dependency injection  
         instead                                                               
 ------ ---------------------------------------------------------------------- 
 ------ --------------------------------------------------------------------- 
  Line   tests/src/Functional/LoadTest.php                                    
 ------ --------------------------------------------------------------------- 
  13     Drupal\Tests\BrowserTestBase::$defaultTheme is required. See         
         https://www.drupal.org/node/3083055, which includes recommendations  
         on which theme to use.                                               
  20     Property Drupal\Tests\jsonapi_include\Functional\LoadTest::$modules  
         property must be protected.                                          
         💡 Change record: https://www.drupal.org/node/2909426                
  32     Return type mixed of method                                          
         Drupal\Tests\jsonapi_include\Functional\LoadTest::setUp() is not     
         covariant with return type void of method                            
         Drupal\Tests\BrowserTestBase::setUp().                               
 ------ --------------------------------------------------------------------- 
 [ERROR] Found 4 errors                                     

The last issue is already fixed here 🐛 Unit test fails because of return type RTBC , so this issue will be dependent on that one.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇯🇵Japan ptmkenny

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