Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / src / Utils / ShowFile.php
index 056246cd392e864df3e47c19bced87038828257b..7c9bca37d94202de0feba4316a0b7747e43ba37d 100644 (file)
@@ -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)