This problem maybe related with prestashop system
Try this changes:
1.
/src/PrestaShopBundle/Service/Hook/HookFinder.php - line 106
add code:
if($moduleContents=="") $moduleContents=array();
2.
/classes/form/CustomerFormatter.php - line 215
add code:
if($additionnalFormFields=="") $additionnalFormFields=array();
3.
/src/Core/Payment/PaymentOption.php - line 304
replace this code:
public static function convertLegacyOption(array $legacyOption)
on the:
public static function convertLegacyOption($legacyOption)