Problem/Motivation

In #3226938: Fix REQUEST_TIME deprecation message we did not fix the message properly. As per As per https://github.com/mglaman/phpstan-drupal/blob/main/src/Rules/Deprecatio... the separator for constant errors is : and not .

Also it has a space at the end which we should not have here as it would complicate our matching.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3228813.patch1.93 KBGábor Hojtsy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy created an issue. See original summary.

Gábor Hojtsy’s picture

FileSize
1.93 KB

  • 6b50266 committed on 8.x-3.x
    Issue #3228813 by Gábor Hojtsy: Fix REQUEST_TIME deprecation message for...
Gábor Hojtsy’s picture

Status: Needs review » Fixed

Ok got that in. Also updated deprecation_status tooling to reflect this.

Status: Fixed » Closed (fixed)

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