Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Not show custom config that contains array #261

Open ThunderBirdsX3 opened 4 years ago

ThunderBirdsX3 commented 4 years ago

If I create config file that contains array.

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