- Issue created by @stefanos.petrakis@gmail.com
The property MenuBasedBreadcrumbBuilder::menuTrail
is phpDocumented as a string;
it is however handled and expected to be an array of strings (menu ids).
This causes warnings when using the getter and/or setter methods for that proeprty.
PHPStan will complain
Change the phpDocumented type for the property as well as its getter and setter methods
Prepare PR
N/A
N/A
N/A
Active
2.0
Code