We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a53b6 commit 9640a66Copy full SHA for 9640a66
.travis.yml
@@ -1,5 +1,7 @@
1
language: php
2
3
+dist: precise
4
+
5
php:
6
- 5.3
7
- 5.4
src/DebugBar/DataCollector/PhpInfoCollector.php
@@ -39,14 +39,13 @@ public function collect()
39
*/
40
public function getWidgets()
41
{
42
- return [
43
- "php_version" => [
+ return array(
+ "php_version" => array(
44
"icon" => "code",
45
"tooltip" => "Version",
46
"map" => "php.version",
47
"default" => ""
48
- ],
49
- ];
+ ),
+ );
50
}
51
-
52
0 commit comments