Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

Add class properties to avoid Dynamic property warnings. #149

Closed dd32 closed 9 months ago

dd32 commented 1 year ago

Fixes #146 (Or at least the ones coming from this class)

codecov[bot] commented 1 year ago

Codecov Report

Merging #149 (7a746f9) into master (682a968) will decrease coverage by 0.48%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #149      +/-   ##
============================================
- Coverage     74.06%   73.58%   -0.48%     
  Complexity      165      165              
============================================
  Files             1        1              
  Lines           613      602      -11     
============================================
- Hits            454      443      -11     
  Misses          159      159              
Flag Coverage Δ
unittests 73.58% <100.00%> (-0.48%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
object-cache.php 73.58% <100.00%> (-0.48%) :arrow_down:
Nikschavan commented 10 months ago

Hello @dd32 - Is there a plan to merge this PR and tag a release?