X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fsrc%2FUtils%2FShowFile.php;fp=vendor%2Fdrupal%2Fconsole-core%2Fsrc%2FUtils%2FShowFile.php;h=7c9bca37d94202de0feba4316a0b7747e43ba37d;hp=056246cd392e864df3e47c19bced87038828257b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-core/src/Utils/ShowFile.php b/vendor/drupal/console-core/src/Utils/ShowFile.php index 056246cd3..7c9bca37d 100644 --- a/vendor/drupal/console-core/src/Utils/ShowFile.php +++ b/vendor/drupal/console-core/src/Utils/ShowFile.php @@ -50,7 +50,7 @@ class ShowFile $pathKey = null; $path = null; if ($showPath) { - $pathKey = 'application.user.messages.path'; + $pathKey = 'application.messages.path'; $path = $this->root; } $this->showMMultiple( @@ -64,7 +64,7 @@ class ShowFile /** * @param DrupalStyle $io - * @param string $files + * @param array $files * @param boolean $showPath */ public function copiedFiles($io, $files, $showPath = true)