Skip to content

Commit bb6ad26

Browse files
committed
Upgrade syntax
Signed-off-by: Philipp Daun <post@philippdaun.net>
1 parent 0686c24 commit bb6ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DashboardPanel.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ final public function render($options, $key = -1)
224224
}
225225

226226
// Update style with default options after setup
227-
$this->style = $this->style ?? $this->getStyleOptions() ?? [];
227+
$this->style ??= $this->getStyleOptions() ?? [];
228228

229229
// Include scripts and stylesheets
230230
$this->includeFiles();

0 commit comments

Comments
 (0)