Skip to content

Commit

Permalink
Merge pull request #508 from Tanguy-Magnaudet/php-8.2-deprecation
Browse files Browse the repository at this point in the history
Fix "creation of dynamic property is deprecated" notice
  • Loading branch information
aseure authored Jan 19, 2024
2 parents c1c08af + a12db5a commit 5a8836d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/WordPress/DataStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class DataStore implements DataStoreInterface
const CACHED_DOMAIN_NAME = 'cloudflare_cached_domain_name';

protected $wordPressWrapper;
public $logger;

/**
* @param DefaultLogger $logger
Expand Down
2 changes: 2 additions & 0 deletions src/WordPress/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Proxy
protected $wordpressIntegration;
protected $requestRouter;

public $pluginAPI;

/**
* @param IntegrationInterface $integration
*/
Expand Down

0 comments on commit 5a8836d

Please sign in to comment.