From: Gergő Tisza Date: Wed, 10 Oct 2018 01:45:58 +0000 (-0700) Subject: Remove LegacyHookPreAuthenticationProvider class X-Git-Tag: 1.34.0-rc.0~1675^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=dfff6555859774ce3162fe08349e84f4f579502e;p=lhc%2Fweb%2Fwiklou.git Remove LegacyHookPreAuthenticationProvider class Deprecated from birth, hard-deprecated since 1.33. Change-Id: I03e94c02370ff0057e18274e9b409e162a0d7af0 --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 2531be2f01..7e10de1f9c 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -166,6 +166,8 @@ because of Phabricator reports. * The Block typehint only refers to blocks stored in the database. It should be updated to AbstractBlock in cases where any type of block could be expected. * FileRepoStatus, deprecated in 1.25, has been removed. +* The LegacyHookPreAuthenticationProvider class, deprecated since its creation + in 1.27, has been removed. * … === Deprecations in 1.34 === diff --git a/includes/auth/LegacyHookPreAuthenticationProvider.php b/includes/auth/LegacyHookPreAuthenticationProvider.php deleted file mode 100644 index 5f55ec5ea0..0000000000 --- a/includes/auth/LegacyHookPreAuthenticationProvider.php +++ /dev/null @@ -1,34 +0,0 @@ -