Skip to content

Commit

Permalink
return type for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Nov 15, 2023
1 parent 3d92d54 commit 87f77a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/PsreassuranceFormDataHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function createLangs($psreassurance, $psr_languages, $type_link, $id_cms)
*
* @todo migrate this temporary function to above standard function update
*/
public function updateLangs($psreassurance, $psr_languages, $type_link, $id_cms): void
public function updateLangs($psreassurance, $psr_languages, $type_link, $id_cms)
{
foreach ($psr_languages as $langId => $langContent) {
$lang = $this->langRepository->findOneById($langId);
Expand Down

0 comments on commit 87f77a2

Please sign in to comment.