Skip to content
Snippets Groups Projects
Commit 932c9fc2 authored by Eirik Morland's avatar Eirik Morland Committed by Eirik Morland
Browse files

Issue #3229314 by eiriksm: Fix coding standards

parent ba96970e
Branches
Tags
No related merge requests found
......@@ -3,14 +3,18 @@
namespace Drupal\monolog_elasticsearch_date_processor;
/**
* MonologProcessorElasticsearchDate service.
* MonologProcessorElasticsearchDate service for processing this way.
*/
class MonologProcessorElasticsearchDate {
/**
* Invoke the logging.
*
* @param array $record
* The record to be logged.
*
* @return array
* The record.
*/
public function __invoke(array $record) {
if (empty($record["datetime"])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment