Skip to content

Commit 1bd6f25

Browse files
committed
chore: add docbloks
1 parent a548f20 commit 1bd6f25

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/phpmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ layout: home
1313
## Design
1414

1515

16-
Fri Oct 31 11:03:57 PM CET 2025
16+
Fri Oct 31 11:13:41 PM CET 2025

src/Delegator/HTMLElementDelegator.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* @property string $id
3131
* @property string $className
3232
* @property HTMLElement|Element $delegated
33+
* @property-read bool SELF_CLOSING
34+
* @property-read string QUALIFIED_NAME
3335
*/
3436
#[AllowDynamicProperties]
3537
class HTMLElementDelegator implements HTMLElementDelegatorInterface
@@ -267,6 +269,7 @@ public static function isUnique(): bool
267269
*/
268270
public static function isSelfClosing(): bool
269271
{
272+
/* @phpstan-ignore-next-line */
270273
return static::SELF_CLOSING;
271274
}
272275

@@ -275,6 +278,7 @@ public static function isSelfClosing(): bool
275278
*/
276279
public static function getQualifiedName(): string
277280
{
281+
/* @phpstan-ignore-next-line */
278282
return static::QUALIFIED_NAME;
279283
}
280284

0 commit comments

Comments
 (0)