Skip to content

Commit e3f5ca4

Browse files
committed
remove "mixed" for 7.4 support
1 parent 4952ac5 commit e3f5ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/snapshot-tools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ private static function get_activity_logs( DateTime $start, DateTime $end )
351351
* @param mixed $name
352352
* @return array
353353
*/
354-
private static function get_snapshots( mixed $name )
354+
private static function get_snapshots( $name )
355355
{
356356
global $wpdb;
357357
$table_name = $wpdb->prefix . self::$table_name;
@@ -395,7 +395,7 @@ private static function get_snapshots( mixed $name )
395395
* @param $activity
396396
* @return void
397397
*/
398-
private static function update_snapshot_value( &$post, mixed $field_settings, $activity )
398+
private static function update_snapshot_value( &$post, $field_settings, $activity )
399399
{
400400
$action = $activity['action'];
401401
$field_type = $activity['field_type'];

0 commit comments

Comments
 (0)