Add return statement for localization arrays.

This commit is contained in:
Alex Schmitz 2022-02-24 11:58:35 +01:00
parent da96ff3519
commit c2883077a6
No known key found for this signature in database
GPG Key ID: 1C4ABB8AD68D49FD
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
<?php
['languageKey' => 'The actual message to be shown.'];
return [
'languageKey' => 'The actual message to be shown.'
];

View File

@ -1,6 +1,6 @@
<?php
[
return [
'languageKey' => [
'nested' => [
'key' => 'The actual message to be shown.',