Skip to content

Commit

Permalink
Fix PHPCS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Nov 21, 2024
1 parent 7ad457e commit 5d66b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public function log( $message, $args, $object_id, $context, $action, $user_id =
/**
* Override the data logged. Returning false to this filter will stop the data from being logged.
* Examples of this filter in use can be found in some of the custom connectors.
*
* @see Connector_ACF::log_override()
*
* @return array|false An array of the data to be logged or false if it should not be logged.
Expand Down

0 comments on commit 5d66b86

Please sign in to comment.