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: szepeviktor/phpstan-wordpress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: szepeviktor/phpstan-wordpress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.3
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 16, 2023

  1. Bump PHPStan min version

    szepeviktor authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    28802ac View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b94988f View commit details
    Browse the repository at this point in the history
  2. Upgrade typos

    szepeviktor authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    80d973e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add abandon warning

    szepeviktor authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    08c0b19 View commit details
    Browse the repository at this point in the history
  2. Fix pkg name

    szepeviktor authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    27666e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Joy of work

    szepeviktor authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6fbfbdf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Introduce dynamic return type for the get_approved_comments function (

    #211)
    
    `get_approved_comments` changes the return type based on value within the pass `$args` parameter.
    
    - Return `WP_Comment[]` by default.
    - Return `int[]` if `$fields = 'ids'`.
    - Return `int` if `$count = true`.
    lipemat authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6bbffec View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    3a8e8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ff091 View commit details
    Browse the repository at this point in the history
Loading