Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of symfony-exceptions.patch #1815

Merged
merged 2 commits into from
May 22, 2024
Merged

Get rid of symfony-exceptions.patch #1815

merged 2 commits into from
May 22, 2024

Commits on May 21, 2024

  1. Get rid of symfony-exceptions.patch

    We can finally get rid of this since it seems PHP exceptions are finally
    deriving from the Exception class rather than the Error class.
    rmunn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7965d0a View commit details
    Browse the repository at this point in the history
  2. Simply comment out the appropriate Dockerfile lines

    This way we can easily re-apply the patch if need be.
    
    Also comment the commented-out lines so it's clear why they exist.
    rmunn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e685f1d View commit details
    Browse the repository at this point in the history