Unverified Commit 4f61b6f6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2937513 by longwave, eltori, klausi, catch, idebr, xjm: Fix...

Issue #2937513 by longwave, eltori, klausi, catch, idebr, xjm: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard
parent e12e1ce8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -478,6 +478,7 @@ function _drupal_rewrite_settings_global(&$ref, $variable) {
 *   The container for variable values.
 * @param string $variable_name
 *   Name of variable.
 *
 * @return string
 *   A string containing valid PHP code of the variable suitable for placing
 *   into settings.php.
@@ -508,6 +509,7 @@ function _drupal_rewrite_settings_dump($variable, $variable_name) {
 *   A string to prepend to the variable's value.
 * @param string $suffix
 *   A string to append to the variable's value.
 *
 * @return string
 *   A string containing valid PHP code of the variable suitable for placing
 *   into settings.php.
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ protected function getUncachedMTime($directory) {
   *   The directory where the temporary filename will be created.
   * @param $prefix
   *   The prefix of the generated temporary filename.
   *
   * @return string
   *   Returns the new temporary filename (with path), or FALSE on failure.
   */
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ public function getDerivativeDefinition($derivative_id, $base_plugin_definition)
   *
   * @param array $base_plugin_definition
   *   The definition array of the base plugin.
   *
   * @return array
   *   An array of full derivative definitions keyed on derivative id.
   *
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ public function sentences($min_word_count, $capitalize = FALSE) {
   * Generate paragraphs separated by double new line.
   *
   * @param int $paragraph_count
   *
   * @return string
   */
  public function paragraphs($paragraph_count = 12) {
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ public function getCssAssets(AttachedAssetsInterface $assets, $optimize) {
   *
   * @param \Drupal\Core\Asset\AttachedAssetsInterface $assets
   *   The assets attached to the current response.
   *
   * @return array
   *   A (possibly optimized) collection of JavaScript assets.
   */
Loading