Skip to content

Commit bfc07dc

Browse files
committed
Raise coverage
1 parent 06195ff commit bfc07dc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/AbstractElement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public static function getLocalName(): string
243243
/**
244244
* Test if an object, at the state it's in, would produce an empty XML-element
245245
*
246+
* @codeCoverageIgnore
246247
* @return bool
247248
*/
248249
public function isEmptyElement(): bool

src/SerializableElementTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function __unserialize(array $serialized): void
8282
/**
8383
* Create a class from an array
8484
*
85+
* @codeCoverageIgnore
8586
* @param array $data
8687
* @return static
8788
*/
@@ -94,6 +95,7 @@ public static function fromArray(/** @scrutinizer ignore-unused */array $data):
9495
/**
9596
* Create an array from this class
9697
*
98+
* @codeCoverageIgnore
9799
* @return array
98100
*/
99101
public function toArray(): array

0 commit comments

Comments
 (0)