Skip to content

Commit

Permalink
Update debug activities description
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Apr 8, 2022
1 parent 89d7efb commit 13c8687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debug/LanguageCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getActivities() : array
$activities[] = [
'collector' => $this->getName(),
'class' => static::class,
'description' => 'Render message ' . $index + 1,
'description' => 'Render message ' . ($index + 1),
'start' => $data['start'],
'end' => $data['end'],
];
Expand Down

0 comments on commit 13c8687

Please sign in to comment.