diff options
Diffstat (limited to 'vendor/sabre/xml/lib/Writer.php')
-rw-r--r-- | vendor/sabre/xml/lib/Writer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/sabre/xml/lib/Writer.php b/vendor/sabre/xml/lib/Writer.php index f5957bbce..e3238a7ed 100644 --- a/vendor/sabre/xml/lib/Writer.php +++ b/vendor/sabre/xml/lib/Writer.php @@ -182,8 +182,6 @@ class Writer extends XMLWriter * XMLWriter::startElement doesn't either. * * @param array|string|object|null $content - * - * @return bool */ public function writeElement($name, $content = null): bool { |