Unverified Commit 923ad861 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3175287 by murilohp, quietone, SivaprasadC, ankithashetty,...

Issue #3175287 by murilohp, quietone, SivaprasadC, ankithashetty, anmolgoyal74, sarvjeetsingh, xjm, longwave: Remove accidentally duplicated words in code comments

(cherry picked from commit adff905c)
parent e537bf66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -438,7 +438,7 @@ private function readLine() {
          return FALSE;
        }

        // Remove 'msgstr' and trim away away whitespaces.
        // Remove 'msgstr' and trim away whitespaces.
        $line = trim(substr($line, 6));

        // Only the msgstr string is left, parse it.
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments =
   * fields on which to join.
   *
   * @param $type
   *   The type of join. Typically one one of INNER, LEFT OUTER, and RIGHT OUTER.
   *   The type of join. Typically one of INNER, LEFT OUTER, and RIGHT OUTER.
   * @param $table
   *   The table against which to join. May be a string or another SelectQuery
   *   object. If a query object is passed, it will be used as a subselect.
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@
 * remains in scope; when $transaction is destroyed, the transaction will be
 * committed. If your transaction is nested inside of another then Drupal will
 * track each transaction and only commit the outer-most transaction when the
 * last transaction object goes out out of scope (when all relevant queries have
 * last transaction object goes out of scope (when all relevant queries have
 * completed successfully).
 *
 * Example:
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ abstract class EntityStorageBase extends EntityHandlerBase implements EntityStor
  protected $memoryCache;

  /**
   * The memory cache cache tag.
   * The memory cache tag.
   *
   * @var string
   */
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ class EntityReferenceEntityFormatter extends EntityReferenceFormatterBase {
   * @param string $view_mode
   *   The view mode.
   * @param array $third_party_settings
   *   Any third party settings settings.
   *   Any third party settings.
   * @param \Drupal\Core\Logger\LoggerChannelFactoryInterface $logger_factory
   *   The logger factory.
   * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
Loading