PHP74 compatibility

This commit is contained in:
Michal "mišo" Červeňák
2020-09-12 19:29:25 +02:00
parent adac63f68f
commit eb6b101fd0
8 changed files with 23 additions and 49 deletions

View File

@@ -4,5 +4,4 @@
*
* @author Michal Koutny <michal@fykos.cz>
*/
$conf['position'] = 'bottom';

View File

@@ -4,7 +4,4 @@
*
* @author Michal Koutny <michal@fykos.cz>
*/
$meta['position'] = array('multichoice', '_choices' => array('top', 'bottom'));
$meta['position'] = ['multichoice', '_choices' => ['top', 'bottom']];