1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-26 03:01:23 +02: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

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" => ""
),