1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-03-15 11:50:01 +01:00

More informative tooltip (#597)

This commit is contained in:
parallels999 2024-02-14 03:55:28 -05:00 committed by GitHub
parent 06ebf922cc
commit 512fb06c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ class PhpInfoCollector extends DataCollector implements Renderable
return array(
"php_version" => array(
"icon" => "code",
"tooltip" => "Version",
"tooltip" => "PHP Version",
"map" => "php.version",
"default" => ""
),