diff --git a/core/lib/Drupal/Component/Scaffold/Interpolator.php b/core/lib/Drupal/Component/Scaffold/Interpolator.php index 860a1a3305..de94427fd9 100644 --- a/core/lib/Drupal/Component/Scaffold/Interpolator.php +++ b/core/lib/Drupal/Component/Scaffold/Interpolator.php @@ -45,7 +45,7 @@ public function __construct($start_token = '\\[', $end_token = '\\]') { * Sets the data set to use when interpolating. * * @param array $data - * key:value pairs to use when interpolating. + * The key:value pairs to use when interpolating. * * @return $this */ @@ -58,7 +58,7 @@ public function setData(array $data) { * Adds to the data set to use when interpolating. * * @param array $data - * key:value pairs to use when interpolating. + * The key:value pairs to use when interpolating. * * @return $this */ diff --git a/core/lib/Drupal/Component/Scaffold/Operations/ScaffoldFileCollator.php b/core/lib/Drupal/Component/Scaffold/Operations/ScaffoldFileCollator.php index 57a2fbc44a..cd19bd6d51 100644 --- a/core/lib/Drupal/Component/Scaffold/Operations/ScaffoldFileCollator.php +++ b/core/lib/Drupal/Component/Scaffold/Operations/ScaffoldFileCollator.php @@ -96,7 +96,7 @@ public function resolvedScaffoldFiles() { * As a side effect, reports a status message noting that the file was * skipped. * - * @param ScaffoldFileInfo $scaffold_file + * @param \Drupal\Component\Scaffold\ScaffoldFileInfo $scaffold_file * Scaffold file location to test overridden status. * * @return bool