Phan reports an PhanTypeExpectedObjectPropAccess warning because of wrong type for $base property:
Expected an object instance when accessing an instance property, but saw an expression $this->base with type array.
I would suggest to fix $base property PHPDoc type of BVFooter class.
Phan reports an
PhanTypeExpectedObjectPropAccess
warning because of wrong type for$base
property:Expected an object instance when accessing an instance property, but saw an expression $this->base with type array
. I would suggest to fix $base property PHPDoc type of BVFooter class.