1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15699] Improve code style

PHPBB3-15699
This commit is contained in:
Ruben Calvo
2024-02-18 10:44:41 +01:00
parent bf467f8ece
commit 155b5168be
5 changed files with 23 additions and 27 deletions

View File

@@ -211,6 +211,4 @@ class state_helper
$this->config_text->set('storage_update_state', json_encode($state, JSON_THROW_ON_ERROR));
}
}