bazaarvoice / seo_sdk_php

Bazaarvoice SEO SDK for PHP
Other
5 stars 11 forks source link

Fix $base property PHPDoc type of BVFooter #5

Open dmitrii-zadorozhnyi opened 2 years ago

dmitrii-zadorozhnyi commented 2 years ago

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.