2
0
forked from Wavyzz/dolibarr

Fix warning

This commit is contained in:
Laurent Destailleur
2024-07-22 16:39:26 +02:00
parent 3633762298
commit 561e365ff1

View File

@@ -107,9 +107,8 @@ class LangTest extends CommonClassTest
* testLang
* @dataProvider langDataProvider
*
* @param $code Language code for which to verify translations
*
* @return void
* @param string $code Language code for which to verify translations
* @return void
*/
public function testLang($code): void
{
@@ -234,7 +233,6 @@ class LangTest extends CommonClassTest
* @param string $key Key for translation
* @param ?string $param1 Parameter 1 for translation
* @param ?string $param2 Parameter 2 for translation
*
* @return string
*/
public function testTrans($description, $langcode, $dict, $expected, $key, $param1 = null, $param2 = null)