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-session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.7
Choose a base ref
...
head repository: josantonius/php-session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 22 files changed
  • 1 contributor

Commits on Sep 29, 2022

  1. build: disable rule

    The CamelCaseMethodName rule was disabled to avoid alerts on function names in tests.
    
    Closes #19
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    58e84b5 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 #20
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    05c8cf2 View commit details
    Browse the repository at this point in the history
  3. 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 #20
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f34317b View commit details
    Browse the repository at this point in the history
  4. ci: add windows and php 8.2

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

    Closes #21
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8238d5c View commit details
    Browse the repository at this point in the history
  6. docs: improve documentation

    Closes #21
    josantonius committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    30a30f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1621ac5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6c0cf4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44ae00 View commit details
    Browse the repository at this point in the history
  3. ci: add php 8.3

    josantonius committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5584a8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1547efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bdef42 View commit details
    Browse the repository at this point in the history
Loading