Currently there are two issues in phpstan:

  Line   src/Form/UserDefaultPageConfigEntityForm.php                           
 ------ ----------------------------------------------------------------------- 
  103    Call to deprecated function user_roles():                              
         in drupal:10.2.0 and is removed from drupal:11.0.0. Use                
           \Drupal\user\Entity\Role::loadMultiple() and, if necessary, an       
         inline                                                                 
           implementation instead.                                              
  290    Method                                                                 
         Drupal\user_default_page\Form\UserDefaultPageConfigEntityForm::save()  
         should return int but return statement is missing.   
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

VladimirAus created an issue. See original summary.

sourabhsisodia_’s picture

Assigned: Unassigned » sourabhsisodia_

sourabhsisodia_’s picture

Assigned: sourabhsisodia_ » Unassigned
Status: Needs work » Needs review
vladimiraus’s picture

Status: Needs review » Needs work
sourabhsisodia_’s picture

Status: Needs work » Needs review
jannakha’s picture

Status: Needs review » Reviewed & tested by the community

thank you for the fix
tested and looks good

vladimiraus’s picture

Status: Reviewed & tested by the community » Fixed

Thank you! Committed! 🍻

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.