mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
phpstan support (#250)
* phpstan v1 + workflow * Fix intend * More fixes * Update phpstan.neon * phpstan level 2 * Move errors ignoring into phpstan.neon * phpstan level 3 * Don't ignore templates folder * Something from level 4 * Update phpstan.neon
This commit is contained in:
@@ -171,8 +171,6 @@ function get_template_menus() {
|
||||
$new_menus = array();
|
||||
/**
|
||||
* @var array $configMenuCategories
|
||||
* @var int $id
|
||||
* @var array $options
|
||||
*/
|
||||
$configMenuCategories = config('menu_categories');
|
||||
if($configMenuCategories === null) {
|
||||
|
||||
Reference in New Issue
Block a user