Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 0c7b6d24 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

style: fix PSR-12 code style violations

Übergeordneter a794597e
No related branches found
No related tags found
4 Merge Requests!4Release,!3feat: use images in timeline,!2feat: use images in timeline,!1Add QUIQQER Tooling
...@@ -94,10 +94,12 @@ public function getBody() ...@@ -94,10 +94,12 @@ public function getBody()
)); ));
// load custom template (if set) // load custom template (if set)
if ($this->getAttribute('displayTemplate') if (
$this->getAttribute('displayTemplate')
&& file_exists($this->getAttribute('displayTemplate')) && file_exists($this->getAttribute('displayTemplate'))
) { ) {
if ($this->getAttribute('displayCss') if (
$this->getAttribute('displayCss')
&& file_exists($this->getAttribute('displayCss')) && file_exists($this->getAttribute('displayCss'))
) { ) {
$this->addCSSFile($this->getAttribute('displayCss')); $this->addCSSFile($this->getAttribute('displayCss'));
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren