Skip to content
Snippets Groups Projects
Commit d01cdc4e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4212: coding standards

parent 3f881ab1
No related branches found
No related tags found
1 merge request!20ISTWCMS-4212: adding function to get correct short month name
......@@ -122,9 +122,9 @@ class UWService implements UWServiceInterface {
}
else {
// Set the date variable, once returned to the calling function, they
// can change the date format as required (i.e. change it to long-date
// or date-time).
// Set the date variable, once returned to the calling function,
// they can change the date format as required (i.e. change it
// to long-date or date-time).
$variables['date'] = $node->$field_name->getString();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment