File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
3537class 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
You can’t perform that action at this time.
0 commit comments