Skip to content

Commit

Permalink
More informative tooltip (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
parallels999 committed Feb 14, 2024
1 parent 06ebf92 commit 512fb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/DataCollector/PhpInfoCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getWidgets()
return array(
"php_version" => array(
"icon" => "code",
"tooltip" => "Version",
"tooltip" => "PHP Version",
"map" => "php.version",
"default" => ""
),
Expand Down

0 comments on commit 512fb06

Please sign in to comment.