mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:42:59 +00:00
9 lines
110 B
PHP
9 lines
110 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'string_int_values' => [
|
||
|
'string_1_not_true' => '1',
|
||
|
'string_0_not_false' => '0',
|
||
|
],
|
||
|
];
|