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

Make array access tolerant with isset #1789

Closed
wants to merge 59 commits into from

Commits on Sep 30, 2022

  1. Open 1.9.x-dev

    ondrejmirtes committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    910ae64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c7bf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eed156 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    5886120 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    cac726c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7367b3 View commit details
    Browse the repository at this point in the history
  3. Implement array list type

    rvanvelzen authored and ondrejmirtes committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    7bc0c81 View commit details
    Browse the repository at this point in the history
  4. Fix array_chunk extension

    rvanvelzen authored and ondrejmirtes committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    7f6ae40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70c91a4 View commit details
    Browse the repository at this point in the history
  6. Fix issues in PHPStan itself

    rvanvelzen authored and ondrejmirtes committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    599d68b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1bc16b View commit details
    Browse the repository at this point in the history
  8. Fix PHP<8 tests

    rvanvelzen authored and ondrejmirtes committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    8a86431 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e61bf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1fbda4 View commit details
    Browse the repository at this point in the history
  11. Fix new tests

    rvanvelzen authored and ondrejmirtes committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    6175050 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39320da View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e29ffc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df10689 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    3d42a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94f576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be82772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b98dfc View commit details
    Browse the repository at this point in the history
  5. Update compiler to v6.1.5

    renovate[bot] authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4251678 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cf39bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2796f8d View commit details
    Browse the repository at this point in the history
  8. PoC assertions

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8c4a541 View commit details
    Browse the repository at this point in the history
  9. Verify templated asserts

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ecb8061 View commit details
    Browse the repository at this point in the history
  10. Remove useless implementations

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    283fbfe View commit details
    Browse the repository at this point in the history
  11. Fix always true/false checks

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    57e0a58 View commit details
    Browse the repository at this point in the history
  12. Test stubs and inheritance

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8f39d8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32ebb62 View commit details
    Browse the repository at this point in the history
  14. Add rules and tests

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    62d298b View commit details
    Browse the repository at this point in the history
  15. Remove unused 'this' arg

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4c3e787 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2dd07b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0511e36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5e1055c View commit details
    Browse the repository at this point in the history
  19. Simplify used expressions

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a2f4307 View commit details
    Browse the repository at this point in the history
  20. Test methods and properties

    rvanvelzen authored and ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5d5999f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    211e331 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1c764c5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b5055cf View commit details
    Browse the repository at this point in the history
  24. Fix tests

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b60aa97 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dae2ff2 View commit details
    Browse the repository at this point in the history
  26. Simplification

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7768b5a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b0afb67 View commit details
    Browse the repository at this point in the history
  28. Remove unused methods

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c21f3e8 View commit details
    Browse the repository at this point in the history
  29. Microoptimization

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e86d190 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a339873 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    737d6bf View commit details
    Browse the repository at this point in the history
  32. Fix

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b9be0f1 View commit details
    Browse the repository at this point in the history
  33. Fix again

    ondrejmirtes committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    910313d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7473a19 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ace76ce View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ce459af View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    af96839 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c8c600c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1210483 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    98ad726 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4c3f696 View commit details
    Browse the repository at this point in the history