Loading core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -1932,7 +1932,7 @@ function install_check_translations($langcode, $server_pattern) { $readable = FALSE; $writable = FALSE; // @todo: Make this configurable. // @todo Make this configurable. $site_path = \Drupal::getContainer()->getParameter('site.path'); $files_directory = $site_path . '/files'; $translations_directory = $site_path . '/files/translations'; Loading core/includes/update.inc +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ function update_check_requirements() { * system would detect and attempt to run all historical updates for a * module. * * @todo: remove in a major version after * @todo remove in a major version after * https://www.drupal.org/project/drupal/issues/3130037 has been fixed. */ function _update_fix_missing_schema() { Loading Loading @@ -171,7 +171,7 @@ function update_do_one($module, $number, $dependency_map, &$context) { $ret['results']['query'] = $function($context['sandbox']); $ret['results']['success'] = TRUE; } // @TODO We may want to do different error handling for different // @todo We may want to do different error handling for different // exception types, but for now we'll just log the exception and // return the message for printing. // @see https://www.drupal.org/node/2564311 Loading Loading @@ -240,7 +240,7 @@ function update_invoke_post_update($function, &$context) { \Drupal::service('update.post_update_registry')->registerInvokedUpdates([$function]); } } // @TODO We may want to do different error handling for different exception // @todo We may want to do different error handling for different exception // types, but for now we'll just log the exception and return the message // for printing. // @see https://www.drupal.org/node/2564311 Loading core/lib/Drupal/Component/Gettext/PoItem.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ /** * PoItem handles one translation. * * @todo: This class contains some really old legacy code. * @todo This class contains some really old legacy code. * @see https://www.drupal.org/node/1637662 */ class PoItem { Loading core/lib/Drupal/Core/Asset/AssetResolver.php +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ protected function getLibrariesToLoad(AttachedAssetsInterface $assets) { // representative set before then expanding the list to include all // dependencies. // @see Drupal\FunctionalTests\Core\Asset\AssetOptimizationTestUmami // @todo: https://www.drupal.org/project/drupal/issues/1945262 // @todo https://www.drupal.org/project/drupal/issues/1945262 $libraries = $assets->getLibraries(); if ($libraries) { $libraries = $this->libraryDependencyResolver->getMinimalRepresentativeSubset($libraries); Loading core/lib/Drupal/Core/Database/Connection.php +2 −2 Original line number Diff line number Diff line Loading @@ -1607,8 +1607,8 @@ public static function removeDatabaseEntriesFromDebugBacktrace(array $backtrace, * The debug backtrace. */ protected function getDebugBacktrace(): array { // @todo: allow a backtrace including all arguments as an option. // See https://www.drupal.org/project/drupal/issues/3401906 // @todo Allow a backtrace including all arguments as an option. // https://www.drupal.org/project/drupal/issues/3401906 return debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); } Loading Loading
core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -1932,7 +1932,7 @@ function install_check_translations($langcode, $server_pattern) { $readable = FALSE; $writable = FALSE; // @todo: Make this configurable. // @todo Make this configurable. $site_path = \Drupal::getContainer()->getParameter('site.path'); $files_directory = $site_path . '/files'; $translations_directory = $site_path . '/files/translations'; Loading
core/includes/update.inc +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ function update_check_requirements() { * system would detect and attempt to run all historical updates for a * module. * * @todo: remove in a major version after * @todo remove in a major version after * https://www.drupal.org/project/drupal/issues/3130037 has been fixed. */ function _update_fix_missing_schema() { Loading Loading @@ -171,7 +171,7 @@ function update_do_one($module, $number, $dependency_map, &$context) { $ret['results']['query'] = $function($context['sandbox']); $ret['results']['success'] = TRUE; } // @TODO We may want to do different error handling for different // @todo We may want to do different error handling for different // exception types, but for now we'll just log the exception and // return the message for printing. // @see https://www.drupal.org/node/2564311 Loading Loading @@ -240,7 +240,7 @@ function update_invoke_post_update($function, &$context) { \Drupal::service('update.post_update_registry')->registerInvokedUpdates([$function]); } } // @TODO We may want to do different error handling for different exception // @todo We may want to do different error handling for different exception // types, but for now we'll just log the exception and return the message // for printing. // @see https://www.drupal.org/node/2564311 Loading
core/lib/Drupal/Component/Gettext/PoItem.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ /** * PoItem handles one translation. * * @todo: This class contains some really old legacy code. * @todo This class contains some really old legacy code. * @see https://www.drupal.org/node/1637662 */ class PoItem { Loading
core/lib/Drupal/Core/Asset/AssetResolver.php +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ protected function getLibrariesToLoad(AttachedAssetsInterface $assets) { // representative set before then expanding the list to include all // dependencies. // @see Drupal\FunctionalTests\Core\Asset\AssetOptimizationTestUmami // @todo: https://www.drupal.org/project/drupal/issues/1945262 // @todo https://www.drupal.org/project/drupal/issues/1945262 $libraries = $assets->getLibraries(); if ($libraries) { $libraries = $this->libraryDependencyResolver->getMinimalRepresentativeSubset($libraries); Loading
core/lib/Drupal/Core/Database/Connection.php +2 −2 Original line number Diff line number Diff line Loading @@ -1607,8 +1607,8 @@ public static function removeDatabaseEntriesFromDebugBacktrace(array $backtrace, * The debug backtrace. */ protected function getDebugBacktrace(): array { // @todo: allow a backtrace including all arguments as an option. // See https://www.drupal.org/project/drupal/issues/3401906 // @todo Allow a backtrace including all arguments as an option. // https://www.drupal.org/project/drupal/issues/3401906 return debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); } Loading