Skip to content

Commit 80d4b7d

Browse files
authored
Feature/codingstandard changes (#92)
Reverted the latest changes.
1 parent 3d669bd commit 80d4b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Logger/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ public function addRecord($level, $message, array $context = []): bool
8686

8787
return parent::addRecord($level, $message, $context);
8888
}
89-
}
89+
}

Model/XMLWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public function writeRaw($content = null, $cdata = false): bool
4949
parent::writeRaw($content);
5050
}
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)