diff --git a/www/lib/CoreLibs/Output/Form/Generate.php b/www/lib/CoreLibs/Output/Form/Generate.php index 78d514f3..a09eab66 100644 --- a/www/lib/CoreLibs/Output/Form/Generate.php +++ b/www/lib/CoreLibs/Output/Form/Generate.php @@ -1571,6 +1571,7 @@ class Generate // either one of the post pks is set, or the mandatory foreach ($reference_array['elements'] as $el_name => $data_array) { if ( + /** @phan-suppress-next-line PhanTypeMismatchDimAssignment This error makes no sense */ !empty($data_array['mandatory']) ) { $mand_name = $data_array['output_name'];