cosmetics

master
Jean-Christian Paul Denis 2021-11-05 01:21:33 +01:00
parent ce6b10dd3c
commit 6ba756800d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 29 additions and 29 deletions

View File

@ -1,7 +1,9 @@
2021.09.25.1 - dev
dev
- [ ] help translation
- [ ] source translation
- [ ] fix third-party API (temp removed)
- sort modules by id
- fix extra whitespace in exported files
2021.09.28
- Fix help (thx Pierre Van Glabeke)

View File

@ -10,7 +10,6 @@
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
/**
* Translater proposal tools container.
*/

View File

@ -10,7 +10,6 @@
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
/**
* Translater proposal tool.
*
@ -80,7 +79,7 @@ abstract class translaterProposalTool
*/
final protected function setActive($active)
{
$this->active = (boolean) $active;
$this->active = (bool) $active;
}
/**