Verified Commit 40ad0deb authored by Dave Long's avatar Dave Long
Browse files

Issue #3123060 by Spokje, quietone, longwave, ankithashetty, daffie, jungle,...

Issue #3123060 by Spokje, quietone, longwave, ankithashetty, daffie, jungle, xjm: Enable 'Drupal.Commenting.DocComment.ShortSingleLine' coding standard
parent 53a7c008
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -186,6 +186,8 @@ class FormState implements FormStateInterface {
  protected $requestMethod = 'GET';

  /**
   * Determines if the unprocessed form structure is cached.
   *
   * If set to TRUE the original, unprocessed form structure will be cached,
   * which allows the entire form to be rebuilt from cache. A typical form
   * workflow involves two page requests; first, a form is built and rendered
+1 −2
Original line number Diff line number Diff line
@@ -7,8 +7,7 @@
use Drupal\FunctionalTests\Update\UpdatePathTestBase;

/**
 * Tests automatically adding editor_image_lazy_load filter to text formats
 * using editor_file_reference.
 * Tests adding editor_image_lazy_load filter to editor_file_reference.
 *
 * @group Update
 */
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@ class EntityReferenceFormatterTest extends EntityKernelTestBase {
  protected $referencedEntity;

  /**
   * The entity that is not yet saved to its persistent storage to be referenced
   * in this test.
   * An entity that is not yet saved to its persistent storage.
   *
   * @var \Drupal\Core\Entity\EntityInterface
   */
+1 −2
Original line number Diff line number Diff line
@@ -205,8 +205,7 @@ class Migration extends PluginBase implements MigrationInterface, RequirementsIn
  protected $destinationIds = [];

  /**
   * Specify value of source_row_status for current map row. Usually set by
   * MigrateFieldHandler implementations.
   * The source_row_status for the current map row.
   *
   * @var int
   */
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@

/**
 * @file
 * The password compatibility module provides the password checking algorithm
 * for user entities created with Drupal prior to version 10.1.x.
 * Provides the password checking algorithm used prior to version 10.1.x.
 */

use Drupal\Core\Routing\RouteMatchInterface;
Loading