mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
Option PhDConfig::package. For while the default package is packages/PHP
This commit is contained in:
@@ -37,6 +37,7 @@ class PhDConfig
|
||||
'user_error_color' => false,
|
||||
'phd_info_output' => NULL,
|
||||
'phd_info_color' => false,
|
||||
'package' => 'PHP',
|
||||
);
|
||||
|
||||
public static function init(array $a) {
|
||||
|
||||
@@ -37,6 +37,7 @@ class PhDConfig
|
||||
'user_error_color' => false,
|
||||
'phd_info_output' => NULL,
|
||||
'phd_info_color' => false,
|
||||
'package' => 'PHP',
|
||||
);
|
||||
|
||||
public static function init(array $a) {
|
||||
|
||||
Reference in New Issue
Block a user