X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fsrc%2FUtils%2FShowFile.php;h=7c9bca37d94202de0feba4316a0b7747e43ba37d;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=056246cd392e864df3e47c19bced87038828257b;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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)