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: portphp/doctrine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: portphp/doctrine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 9, 2022

  1. Replace Travis with GitHub Actions (#19)

    * Replace Travis with GitHub Actions
    
    * Update
    
    * Fix code coverage
    
    * Fix return types
    
    * Minimal PHPUnit
    ddeboer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    84b6246 View commit details
    Browse the repository at this point in the history
  2. Add object argument type

    ddeboer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2fde25c View commit details
    Browse the repository at this point in the history
  3. Fix PHPDoc

    ddeboer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6ed8903 View commit details
    Browse the repository at this point in the history
  4. Fix deprecations (#21)

    * Resolve deprecations in DoctrineWriter
    
    * Update testFlushAndClear in DoctrineWriterTest
    
    Co-authored-by: Sven Krefeld <sven.krefeld@web.de>
    ddeboer and svenkrefeld authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d8c111d View commit details
    Browse the repository at this point in the history
Loading