\Magento\Integration\Block\Adminhtml\Integration\Edit\Tab\Info::_prepareForm() method does not check whether the $integrationData is null and passes it to methods which expect an array

The following expression can return null:

Then the $integrationData variable is used here:

But the called methods expect an array in the place of the $integrationData argument, not null: