Skip to content

Commit 13bbba6

Browse files
authored
[php82] Suppress dynamic properties missing warning for PHP versions 8.2+. (#688)
Co-authored-by: Laurence Bahiirwa <[email protected]>
1 parent ad1ce45 commit 13bbba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/entities/class-fs-site.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/**
1414
* @property int $blog_id
1515
*/
16+
#[AllowDynamicProperties]
1617
class FS_Site extends FS_Scope_Entity {
1718
/**
1819
* @var number

0 commit comments

Comments
 (0)