Skip to content
Snippets Groups Projects
Commit a46e3288 authored by aron novak's avatar aron novak
Browse files

Issue #3346861 by samit.310@gmail.com: Fix the issues reported by phpcs

parent 38b6f2e1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ drush en intl_date
## Configuration
Visit `admin/config/regional/intl-date-time` and configure the date patterns (per language if needed).
Visit `admin/config/regional/intl-date-time` and configure the date patterns
(per language if needed).
## Usage
......
<?php
/**
* @file
* Hooks related to intl_date module.
......@@ -26,7 +25,7 @@ function hook_intl_date_locale_map_alter(&$map) {
* $context provides:
* - language
* - locale
* - pattern
* - pattern.
*/
function hook_intl_date_formatted_date(&$formatted_date, $context) {
if ($context['language'] !== 'mn') {
......
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