Problem/Motivation

$result = new Result(trim($result['filter'], '"'), trim($result['filter'], '"'), $count);
Trimming the same result filter on the same line could be made more readable by storing it in a variable first.

Comments

Novitsh created an issue. See original summary.

  • Novitsh committed 9cad46e on 8.x-1.x
    Issue #2725243: Duplicate trim for same result filter
    
Novitsh’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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