]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/transformer/D.node.config.php
Config: Improve the node.config.php transformation
[friendica.git] / tests / datasets / config / transformer / D.node.config.php
1 <?php
2
3 return [
4         'string_int_values' => [
5                 'string_1_not_true' => '1',
6                 'string_0_not_false' => '0',
7         ],
8 ];