This fixes issues with the static analysis tool Phan.
When using Search Tools layout it expects an array, however, the documentation for the render method states that the $displayData parameter is an object. This commit sets the type of the parameter to mixed.