LSlang: fix warning about return not True

This commit is contained in:
Benjamin Renard 2020-08-25 11:01:28 +02:00
parent 75cbea9459
commit 3d49092262

View file

@ -221,7 +221,7 @@ class LSlang extends LSlog_staticLoggerClass {
* Only load in CLI context * Only load in CLI context
*********************************************** ***********************************************
*/ */
if (php_sapi_name() != "cli") return; if (php_sapi_name() != "cli") return true;
/** /**
* CLI generate_lang_file command * CLI generate_lang_file command