Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PHP 8.2 Deprecation: Fix creation of dynamic property.
  • Loading branch information
Soean committed Jan 8, 2024
commit 6077089ea140c52e332c621c748a76e92795acb5
2 changes: 2 additions & 0 deletions src/Super_Admin_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Super_Admin_Command extends WP_CLI_Command {
'user_login',
];

private $fetcher;

public function __construct() {
$this->fetcher = new UserFetcher();
}
Expand Down