Commit e1448d28 authored by Anna Demianik's avatar Anna Demianik Committed by Wim Leers
Browse files

Issue #3394232 by Anna D, roshni27, Anybody, adam-vessey: PHP Deprecated:...

Issue #3394232 by Anna D, roshni27, Anybody, adam-vessey: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead
parent 96ec8b4a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ class InspectorCommands extends DrushCommands {
      ));
      for ($i = 0; $i < $high_count; $i++) {
        $index = $i + 1;
        $this->writeln(sprintf("%3d. %2d%%: %-${longest_type_name}s affects %3d property paths, %2d%% of @todos or %2d%% of total",
        $this->writeln(sprintf("%3d. %2d%%: %-{$longest_type_name}s affects %3d property paths, %2d%% of @todos or %2d%% of total",
          $index,
          $high_impact_todos[$i]['count-relative-todos'],
          $high_impact_todos[$i]['type'],