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: Veriteworks/CookieFix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Veriteworks/CookieFix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x-develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 2, 2021

  1. Implement return type and parameter type on the Rewrite file

    In this case, when implementing this extension on the latest magento version 2.3.6-p1 and with PHP 7.3 the rewrite function does return the CookieMetadata as the parent function does: vendor/magento/framework/Stdlib/Cookie/CookieMetadata.php:157
    
    In this commit the correct parameter type is added as well as the correct return type
    cstergianos committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ec77e2e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge pull request #24 from cstergianos/feature/fix-return-parameters…

    …-type
    
    Implement return type and parameter type on the Rewrite file
    HirokazuNishi authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    45b9219 View commit details
    Browse the repository at this point in the history
  2. change version number

    HirokazuNishi committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    49508aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a30ebe7 View commit details
    Browse the repository at this point in the history
Loading