idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Not show custom config that contains array

Open ThunderBirdsX3 opened this issue 5 years ago • 0 comments

If I create config file that contains array.

return [
  'test1' => 'this config was detect',
  'test2' => [
    'this', 'config', 'was', 'not', 'detect',
  ],
];

ThunderBirdsX3 avatar Aug 26 '20 03:08 ThunderBirdsX3