Skip to content

Commit

Permalink
[php82] Suppress dynamic properties missing warning for PHP versions …
Browse files Browse the repository at this point in the history
…8.2+.
  • Loading branch information
bahiirwa committed Feb 11, 2024
1 parent e79b974 commit 39d95a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/entities/class-fs-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* @property int $blog_id
*/
#[AllowDynamicProperties]
class FS_Site extends FS_Scope_Entity {
/**
* @var number
Expand Down

0 comments on commit 39d95a0

Please sign in to comment.