We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opis błędu Mimo wybranego typu w konfiguracji - metoda ConfigHelper::getConfig zwraca zawsze zmienną o typie string.
Odtworzenie problemu Kroki odtwarzające błędne zachowanie:
#v+ $test_test = ConfigHelper::getConfig('test.test'); var_dump($test_test); die(); #v-
/var/www/html/lms# bin/lms-test.php -q
string(1) "1"
Oczekiwane zachowanie ConfigHelper powinien zwrócić wartość o typie zadeklarowanym w konfiguracji UI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Opis błędu
Mimo wybranego typu w konfiguracji - metoda ConfigHelper::getConfig zwraca zawsze zmienną o typie string.
Odtworzenie problemu
Kroki odtwarzające błędne zachowanie:
/var/www/html/lms# bin/lms-test.php -q
string(1) "1"
Oczekiwane zachowanie
ConfigHelper powinien zwrócić wartość o typie zadeklarowanym w konfiguracji UI.
The text was updated successfully, but these errors were encountered: