Skip to content

Commit

Permalink
coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-shaw-unlv authored Nov 15, 2021
1 parent 9583d2b commit 56e7355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Field/FieldFormatter/EDTFFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ protected function formatDate($edtf_text) {
}

// Time.
// @todo: Add time formatting options.
// @todo Add time formatting options.
if (array_key_exists(1, $date_time) && !empty($date_time[1])) {
$formatted_date .= ' ' . $date_time[1];
}
Expand Down

0 comments on commit 56e7355

Please sign in to comment.