Typos in array

This commit is contained in:
Carlos Ferreira 2018-01-22 17:42:55 +01:00 committed by GitHub
parent 4b9619c9bb
commit d41fdb1104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,9 +146,9 @@ class SelfTest
$checks[] = [ $checks[] = [
'title' => Yii::t('base', $title), 'title' => Yii::t('base', $title),
'state' => 'OK' 'state' => 'OK'
); ];
} else { } else {
$checks[] = array( $checks[] = [
'title' => Yii::t('base', $title), 'title' => Yii::t('base', $title),
'state' => 'ERROR', 'state' => 'ERROR',
'hint' => 'Install FileInfo Extension' 'hint' => 'Install FileInfo Extension'