Plugin Directory

Changeset 3125420


Ignore:
Timestamp:
07/25/2024 04:51:27 PM (21 months ago)
Author:
Zengy
Message:

Bug fix for php 7.4 compatibility

Location:
sitecare-score/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitecare-score/trunk/includes/class-data.php

    r3125376 r3125420  
    133133    }
    134134
    135     public function send_data($init = false, $hash = '', $type = 'cron'): \WP_Error|array
     135    public function send_data($init = false, $hash = '', $type = 'cron')
    136136    {
    137137
     
    189189    }
    190190
    191     public function check_ssl_certificate_status($url): false|array|string
     191    public function check_ssl_certificate_status($url)
    192192    {
    193193
  • sitecare-score/trunk/includes/class-history.php

    r3125376 r3125420  
    193193    }
    194194
    195     public function get_history(): \WP_Error|array
     195    public function get_history()
    196196    {
    197197
Note: See TracChangeset for help on using the changeset viewer.