Thanks to visit codestin.com
Credit goes to github.com

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: ekino/phpstan-banned-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: ekino/phpstan-banned-code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on Dec 6, 2021

  1. fix(composer): fix order

    mremi authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e05065d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from ekino/mremi-patch-1

    fix(composer): fix order
    mremi authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    401547f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix(rule): Fix phpstan fail for result of array_column

    Christian Kollross committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b6cd5fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from BitScout/fix-array-column-build-fail

    fix(rule): Fix phpstan fail for result of array_column
    mremi authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5416d33 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. feat(ban): Add rule to ban shell execution via backticks

    Christian Kollross committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    cc5e609 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from BitScout/22-detect-shell-exec-via-backticks

    feat(ban): Add rule to ban shell execution via backticks
    mremi authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d3bca55 View commit details
    Browse the repository at this point in the history
  3. feat(ban): Add ban on print statements

    Christian Kollross committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f68d448 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from BitScout/add-rule-to-ban-print

    feat(ban): Add ban on print statements
    mremi authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c3fe363 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. fix(composer): allow plugin ergebnis/composer-normalize (#58)

    * fix(composer): allow plugin ergebnis/composer-normalize
    
    * fix(composer): allow plugin ergebnis/composer-normalize
    mremi authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    06252b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. chore(composer): add keyword for asking user to add this package to r…

    …equire-dev instead of require
    mremi authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ac7406a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Normalize leading backslashes in banned function names (#30)

    * Normalize leading slashed in function names
    
    * Fix type hint
    
    * Fix codestyle
    
    * Fix types
    
    * changelog
    spawnia authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    65a5752 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    c908c9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from brociani/fix-ci

    fix(ci): use sprintf native function
    mremi authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bab2937 View commit details
    Browse the repository at this point in the history
Loading