Problem/Motivation

I'm seeing the following issue on a data process:

[info] preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated CssFormatter.php:192

Proposed resolution

I think it would be a good thing to do some defensive programming around that process and check if there's a current route name before looping.

Issue fork field_css-3571091

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

pcambra created an issue. See original summary.

pcambra’s picture

Status: Active » Needs review