Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Installer / Exception / InstallerException.php
index 32e574c6d5db0ba8f2a4e8c6c67ccbb8fd3132da..29136e0710455c581e00986debba32004a4c3be2 100644 (file)
@@ -20,10 +20,10 @@ class InstallerException extends \RuntimeException {
   /**
    * Constructs a new installer exception.
    *
-   * @param string $title
-   *   The page title.
    * @param string $message
-   *   (optional) The exception message. Defaults to 'Error'.
+   *   The exception message.
+   * @param string $title
+   *   (optional) The page title. Defaults to 'Error'.
    * @param int $code
    *   (optional) The exception code. Defaults to 0.
    * @param \Exception $previous