Loading src/Commands/InspectorCommands.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading Loading
src/Commands/InspectorCommands.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading