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

[done] handling more fatal errors #54

Merged
merged 50 commits into from
Sep 21, 2018
Merged

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    e50eb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6e4f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06857bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f6852 View commit details
    Browse the repository at this point in the history
  5. mvc results

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2c13151 View commit details
    Browse the repository at this point in the history
  6. add request property

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2b59c30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4da5ac1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca2966d View commit details
    Browse the repository at this point in the history
  9. phpstan

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    1624f90 View commit details
    Browse the repository at this point in the history
  10. add result property

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ca46b5d View commit details
    Browse the repository at this point in the history
  11. else

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2c094e1 View commit details
    Browse the repository at this point in the history
  12. check

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    5a96e62 View commit details
    Browse the repository at this point in the history
  13. phpstan

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    05fb956 View commit details
    Browse the repository at this point in the history
  14. cs

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    0b5376c View commit details
    Browse the repository at this point in the history
  15. execOnShutdown check

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ad0b9c4 View commit details
    Browse the repository at this point in the history
  16. kahlan config

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    1ba17b2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c42bb7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    944748a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de804e1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0d4a346 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d7d4b0b View commit details
    Browse the repository at this point in the history
  22. Revert "more integration tests for fatal error"

    This reverts commit de804e1.
    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    eb05207 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c37ec0e View commit details
    Browse the repository at this point in the history
  24. clean up return

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    7a842e2 View commit details
    Browse the repository at this point in the history
  25. check

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    42b6d1a View commit details
    Browse the repository at this point in the history
  26. handle double input

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    8e6c449 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8c3633a View commit details
    Browse the repository at this point in the history
  28. fatal throw

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    bc23419 View commit details
    Browse the repository at this point in the history
  29. return

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    d434c0f View commit details
    Browse the repository at this point in the history
  30. Revert "Revert "more integration tests for fatal error""

    This reverts commit eb05207.
    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    f3d0028 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d6b0473 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3bab234 View commit details
    Browse the repository at this point in the history
  33. remove error-preview test

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ced9e5e View commit details
    Browse the repository at this point in the history
  34. reply kahlan config

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    46eb4fd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e35a5d4 View commit details
    Browse the repository at this point in the history
  36. var

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ca6e424 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fb36817 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a5b661c View commit details
    Browse the repository at this point in the history
  39. almost

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    9a3476a View commit details
    Browse the repository at this point in the history
  40. 100% test

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    709bc75 View commit details
    Browse the repository at this point in the history
  41. mvc

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    c456b9a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f1dc0fd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    daeb244 View commit details
    Browse the repository at this point in the history
  44. Revert "remove returns type declaration for phpFatalErrorHandler call…

    …back"
    
    This reverts commit f1dc0fd.
    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    9a41bd3 View commit details
    Browse the repository at this point in the history
  45. error type check

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    7209983 View commit details
    Browse the repository at this point in the history
  46. test

    samsonasik committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    5e46e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. clean up throw

    samsonasik committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    49e8432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe81084 View commit details
    Browse the repository at this point in the history
  3. test

    samsonasik committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    69579e9 View commit details
    Browse the repository at this point in the history
  4. clean up

    samsonasik committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    fcca9c2 View commit details
    Browse the repository at this point in the history