Skip to content
Snippets Groups Projects

Issue #3180696: Fix 'Drupal.Commenting.TodoComment' coding standard

135 files
+ 189
201
Compare changes
  • Side-by-side
  • Inline
Files
135
@@ -1901,7 +1901,7 @@ function install_check_translations($langcode, $server_pattern) {
@@ -1901,7 +1901,7 @@ function install_check_translations($langcode, $server_pattern) {
$readable = FALSE;
$readable = FALSE;
$writable = FALSE;
$writable = FALSE;
// @todo: Make this configurable.
// @todo Make this configurable.
$site_path = \Drupal::getContainer()->getParameter('site.path');
$site_path = \Drupal::getContainer()->getParameter('site.path');
$files_directory = $site_path . '/files';
$files_directory = $site_path . '/files';
$translations_directory = $site_path . '/files/translations';
$translations_directory = $site_path . '/files/translations';
Loading