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: cebe/php-openapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cebe/php-openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: branch-1.3
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 4, 2019

  1. Fix bug with referencing non-object types

    a reference to an array was crashing with an invalid function call.
    Proper instanceof check has been added in Reference.
    
    also creating references in non-object types and Type::ANY is working
    correctly now.
    
    fixes #47
    cebe committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    fc0cee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0158fec View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

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

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    5b89a81 View commit details
    Browse the repository at this point in the history
  2. added test case for #54

    it is a duplicate of #57
    
    fixes #54
    cebe committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ed96467 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

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