Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
63 | private function listSupportedThemes() { |
||
64 | |||
65 | return [ |
||
66 | 'adminlte2' => 'https://adminlte.io/themes/AdminLTE/index2.html', |
||
67 | 'tabler' => 'https://preview.tabler.io/', |
||
68 | 'highadmin' => 'https://themeforest.net/item/highdmin-responsive-bootstrap-4-admin-dashboard/21233941', |
||
69 | 'startui' => 'https://themeforest.net/item/startui-premium-bootstrap-4-admin-dashboard-template/15228250', |
||
70 | ]; |
||
71 | } |
||
72 | } |
This check looks for the generic type
array
as a return type and suggests a more specific type. This type is inferred from the actual code.