It seems like \Noodlehaus\Config::load(BASE_PATH . '/app/conf') of type object<Noodlehaus\Config> is incompatible with the declared type boolean of property $config.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
The PSR-2 coding standard requires that all properties in a class have their visibility explicitly declared. If you declare a property using
the property is implicitly global.
To learn more about the PSR-2, please see the PHP-FIG site on the PSR-2.