From b80ebc96748b45fd2e0ba9323308657c4b00b7ec Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 26 Mar 2020 09:30:18 +0100 Subject: Use the short array syntax, everywhere Signed-off-by: Christoph Wurst --- core/templates/installation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates/installation.php') diff --git a/core/templates/installation.php b/core/templates/installation.php index 5a351e97416..25052782e6f 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -81,7 +81,7 @@ script('core', [ $label): ?>

- t( 'Only %s is available.', array($label) )); ?> + t( 'Only %s is available.', [$label] )); ?> t( 'Install and activate additional PHP modules to choose other database types.' )); ?>
t( 'For more details check out the documentation.' )); ?> ↗ -- cgit v1.2.3