Problem/Motivation

Now that we have a different branch (3.x) to support D11.2 and D12 and above, we can finally adress the PHPSTAN deprecation issue: https://git.drupalcode.org/project/media_thumbnails_svg/-/jobs/6684776

------ ---------------------------------------------------------------- 
  Line   src/Plugin/MediaThumbnail/MediaThumbnailSVG.php                 
 ------ ---------------------------------------------------------------- 
  82     Fetching deprecated class constant EXISTS_REPLACE of interface  
         Drupal\Core\File\FileSystemInterface:                           
         in drupal:10.3.0 and is removed from drupal:12.0.0. Use         
         \Drupal\Core\File\FileExists::Replace instead.                  
         🪪  classConstant.deprecated                                    
 ------ ---------------------------------------------------------------- 

Steps to reproduce

Look for the results of the pipeline execution for more details: https://git.drupalcode.org/project/media_thumbnails_svg/-/pipelines/610972

Proposed resolution

Fix the PHPSTAN issue.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

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

danrod created an issue. See original summary.

danrod’s picture

Assigned: Unassigned » danrod

danrod’s picture

We have the two green checks, tested functionality and works fine: https://git.drupalcode.org/project/media_thumbnails_svg/-/pipelines/679540

danrod’s picture

Assigned: danrod » Unassigned
Status: Active » Reviewed & tested by the community
danrod’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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