Fix PHP 8.1 deprecation notices

Created on 9 March 2022, about 3 years ago
Updated 1 August 2023, over 1 year ago

Problem/Motivation

There are deprecations triggered on PHP 8.1

      1x: Return type of
    Drupal\file_encrypt\StreamFilter\StreamFilterBase::onCreate() should either
    be compatible with php_user_filter::onCreate(): bool, or the
    #[\ReturnTypeWillChange] attribute should be used to temporarily suppress
    the notice
    
      1x: Return type of
    Drupal\file_encrypt\StreamFilter\EncryptStreamFilter::filter($in, $out,
    &$consumed, $closing) should either be compatible with
    php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the
    #[\ReturnTypeWillChange] attribute should be used to temporarily suppress
    the notice
    
      1x: Return type of
    Drupal\file_encrypt\StreamFilter\DecryptStreamFilter::filter($in, $out,
    &$consumed, $closing) should either be compatible with
    php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the
    #[\ReturnTypeWillChange] attribute should be used to temporarily suppress
    the notice

Steps to reproduce

Use the module on the latest version of PHP 8.1

Proposed resolution

Add annotations to suppress deprecation notices for now.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom alexpott πŸ‡ͺπŸ‡ΊπŸŒ

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024