From 37e72619c1f132bf1ea4a098ea2d150a53f38eca Mon Sep 17 00:00:00 2001 From: effulgentsia <effulgentsia@78040.no-reply.drupal.org> Date: Tue, 22 May 2012 11:55:29 -0500 Subject: [PATCH] refs #1593702 Roll back comment tweaks that have already been made in core. --- core/lib/Drupal/Core/StreamWrapper/LocalStream.php | 3 +-- core/lib/Drupal/Core/Updater/Updater.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/core/lib/Drupal/Core/StreamWrapper/LocalStream.php b/core/lib/Drupal/Core/StreamWrapper/LocalStream.php index b6e1dd12e63b..0cd76e0c8c1d 100644 --- a/core/lib/Drupal/Core/StreamWrapper/LocalStream.php +++ b/core/lib/Drupal/Core/StreamWrapper/LocalStream.php @@ -44,8 +44,7 @@ abstract class LocalStream implements StreamWrapperInterface { /** * Gets the path that the wrapper is responsible for. - * - * @todo Review this method name in D8 per http://drupal.org/node/701358. + * @TODO: Review this method name in D8 per http://drupal.org/node/701358 * * @return string * String specifying the path. diff --git a/core/lib/Drupal/Core/Updater/Updater.php b/core/lib/Drupal/Core/Updater/Updater.php index 2f33927edb6a..2dca5baa2990 100644 --- a/core/lib/Drupal/Core/Updater/Updater.php +++ b/core/lib/Drupal/Core/Updater/Updater.php @@ -213,7 +213,7 @@ public function update(&$filetransfer, $overrides = array()) { $this->makeWorldReadable($filetransfer, $args['install_dir'] . '/' . $this->name); // Run the updates. - // @todo Decide if we want to implement this. + // @TODO: decide if we want to implement this. $this->postUpdate(); // For now, just return a list of links of things to do. @@ -252,7 +252,7 @@ public function install(&$filetransfer, $overrides = array()) { $this->makeWorldReadable($filetransfer, $args['install_dir'] . '/' . $this->name); // Potentially enable something? - // @todo: decide if we want to implement this. + // @TODO: decide if we want to implement this. $this->postInstall(); // For now, just return a list of links of things to do. return $this->postInstallTasks(); -- GitLab