Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Installer / Exception / InstallProfileMismatchException.php
index d67978986abbaf552e8effe3aeafaf8561ccb27e..bca7cca562163c0e18c5c154b2c3bb2fcfad5a33 100644 (file)
@@ -4,6 +4,8 @@ namespace Drupal\Core\Installer\Exception;
 
 use Drupal\Core\StringTranslation\TranslationInterface;
 
+@trigger_error(__NAMESPACE__ . '/InstallProfileMismatchException is deprecated in Drupal 8.6.0 and will be removed before Drupal 9. See https://www.drupal.org/node/2538996', E_USER_DEPRECATED);
+
 /**
  * Exception thrown if settings.php cannot be written and the chosen profile does not match.
  */
@@ -17,7 +19,7 @@ class InstallProfileMismatchException extends InstallerException {
    * @param string $settings_profile
    *   The profile in settings.php.
    * @param string $settings_file
-   *   The path to settigns.php.
+   *   The path to settings.php.
    * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
    *   The string translation manager.
    *