[API] Error when listing module columns

Hi,
I’m getting such error when trying list module fields


curl -X GET \
  https://test.domain/Api/V8/listview/columns/Contact \
  -H 'Accept: application/vnd.api+json' \
  -H 'Authorization: Bearer eyJ0e....................ZjQ'

<br />
<b>Fatal error</b>:  Declaration of Api\V8\Param\ListViewColumnsParams::configureParameters(Api\V8\Param\OptionsResolver $resolver) must be compatible with Api\V8\Param\BaseParam::configureParameters(Symfony\Component\OptionsResolver\OptionsResolver $resolver) in <b>/Api/V8/Param/ListViewColumnsParams.php</b> on line <b>55</b><br />

I’ve installed the latest SuiteCRM v7.11.4.

Has someone noticed such problem also?

This should be solved with the latest 7.11.5 update, but I still notice the same problem. Can some confirm or deny if the upgrade helped here?