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: v2.0.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: v2.0.3
Choose a head ref
  • 17 commits
  • 30 files changed
  • 3 contributors

Commits on Jun 21, 2025

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

Commits on Jul 3, 2025

  1. Remove WP_CLI::error from earlyTerminatingMethodCalls config (#284)

    `WP_CLI::error` supports an `$exit` parameter to disable terminating.
    
    Fixes: #213
    lipemat authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    f9c2366 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    7e96a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e318cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    639c979 View commit details
    Browse the repository at this point in the history
  4. Remove STYLESHEETPATH and TEMPLATEPATH from bootstrap.php (#290)

    `STYLESHEETPATH` and `TEMPLATEPATH` have been deprecated in WP 6.4.0 and are handled via the `WpConstantFetchRule` rule.
    IanDelMar authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    ba6ffff View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

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

Commits on Jul 25, 2025

  1. Fix handling of dynamic constants (#286)

    * Fix handling of dynamic constants
    
    * Remove SAVEQUERIES from dynamicConstantNames
    
    * Revert "Remove SAVEQUERIES from dynamicConstantNames"
    
    This reverts commit 96deab8. It is handled separately in #287.
    
    * Readd WP_DEBUG_LOG to bootstrap.php
    
    * Add tests for dynamic constants
    IanDelMar authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    1d6d3f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

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

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    9edf798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703f4bc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Add return type extension for wp_slash() (#296)

    * Add return type extension for wp_slash()
    
    * Fix import
    IanDelMar authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4a2cffe View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Add return type extension for normalize_whitespace (#298)

    * Add return type extension for normalize_whitespace
    
    * Remove assertion with uppercase-string
    IanDelMar authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    585afd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    49b833d View commit details
    Browse the repository at this point in the history
  2. Add slashit functions extension & fix stripslashes extension (#299)

    * Fix stripslashes_from_strings_only extension
    
    * Add return type extension for slashit functions
    
    * Bump phpstan version
    
    ---------
    
    Co-authored-by: Viktor Szépe <viktor@szepe.net>
    IanDelMar and szepeviktor authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4143d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

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

Commits on Sep 14, 2025

  1. Gather assert types conditional on installed PHPStan version (#301)

    * Gather assert types conditional on installed PHPStan version
    
    * Update DynamicReturnTypeExtensionTest.php
    IanDelMar authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    aa722f0 View commit details
    Browse the repository at this point in the history
Loading