Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: josantonius/php-error-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: josantonius/php-error-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 15 commits
  • 18 files changed
  • 1 contributor

Commits on Aug 27, 2022

  1. build: disable rule

    The CamelCaseMethodName rule was disabled to avoid alerts on function names in tests.
    
    Closes #5
    josantonius committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    215fd6d View commit details
    Browse the repository at this point in the history
  2. docs: add functions to document methods

    Functions were added to document the methods and avoid confusion.
    
    Closes #5
    josantonius committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    398aa32 View commit details
    Browse the repository at this point in the history
  3. refactor: fix comment alignment

    The alignment of the asterisks in the comments has been fixed.
    
    Closes #5
    josantonius committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b876735 View commit details
    Browse the repository at this point in the history
  4. refactor: change notation type in methods

    The notation type in the test function names has been changed from camel to snake case for readability.
    
    Closes #5
    josantonius committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    6beb865 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d6169 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from josantonius/pre-release/v2.0.2

    pre-release/v2.0.2
    josantonius authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    fc9a970 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. docs: add functions to document methods

    Closes #6
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    71a10df View commit details
    Browse the repository at this point in the history
  2. build: add scripts and normalize

    Closes #6
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3dcb806 View commit details
    Browse the repository at this point in the history
  3. ci: add windows and php 8.2

    Closes #6
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a8215c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9930111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a630b20 View commit details
    Browse the repository at this point in the history
  6. docs: add functions to document methods

    Closes #6
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    668bea5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a8469a View commit details
    Browse the repository at this point in the history
  8. ci: add windows

    Closes #6
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9df36ff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6 from josantonius/release/v2.0.2

    Release/v2.0.2
    josantonius authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    991562b View commit details
    Browse the repository at this point in the history
Loading