Skip to content

Commit 94a33b6

Browse files
JamesDPCgithub-actions[bot]
authored andcommitted
[rector] Automated updates generated by rector configuration
1 parent 154f9d7 commit 94a33b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/SectionSelectionField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getSource()
3333
$options = $this->getColourSelectionOptions('section');
3434
$source = [];
3535
foreach ($options as $k => $v) {
36-
$source[ $k ] = _t('nswds.BACKGROUND_' . strtoupper($k), $v);
36+
$source[ $k ] = _t('nswds.BACKGROUND_' . strtoupper((string) $k), $v);
3737
}
3838

3939
$this->source = $source;

0 commit comments

Comments
 (0)