Skip to content

Commit 1a0cb01

Browse files
committed
Return after processing an array
1 parent 5450c08 commit 1a0cb01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/framework/extension_functional_test_case.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ protected function add_lang_ext($lang_file)
209209
{
210210
$this->add_lang_ext($file);
211211
}
212+
213+
return;
212214
}
213215

214216
$lang_path = __DIR__ . "/../../language/en/$lang_file.php";

0 commit comments

Comments
 (0)