mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-27 03:30:34 +02:00
More informative tooltip (#597)
This commit is contained in:
@@ -42,7 +42,7 @@ class PhpInfoCollector extends DataCollector implements Renderable
|
|||||||
return array(
|
return array(
|
||||||
"php_version" => array(
|
"php_version" => array(
|
||||||
"icon" => "code",
|
"icon" => "code",
|
||||||
"tooltip" => "Version",
|
"tooltip" => "PHP Version",
|
||||||
"map" => "php.version",
|
"map" => "php.version",
|
||||||
"default" => ""
|
"default" => ""
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user