Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPCS + PhpStan + badges #2

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Commits on May 17, 2023

  1. Update composer.json

    alexdnepro authored and BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7528840 View commit details
    Browse the repository at this point in the history
  2. Add PHPCS

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    246bd7f View commit details
    Browse the repository at this point in the history
  3. Autofix phpcbf

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    84718d0 View commit details
    Browse the repository at this point in the history
  4. const -> public const

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    67cf3bc View commit details
    Browse the repository at this point in the history
  5. phpcs line-length

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f8a40a4 View commit details
    Browse the repository at this point in the history
  6. Add PhpStan

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d011f32 View commit details
    Browse the repository at this point in the history
  7. phsptan: return type

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3d5b1d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f699624 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a84bbc View commit details
    Browse the repository at this point in the history
  10. PhpStan level 6 fixes

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    63194e3 View commit details
    Browse the repository at this point in the history
  11. PhpStan level 7 fixes

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    be5e4f0 View commit details
    Browse the repository at this point in the history
  12. fix: phpcs line length

    BrianHenryIE committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1b1e9fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    679d473 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b64cd0d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c1945ea View commit details
    Browse the repository at this point in the history
  3. Add PhpStan

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    232ddb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c15714d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea7c6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31b610d View commit details
    Browse the repository at this point in the history
  7. phpcbf autofix

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4ad0b26 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into updates

    # Conflicts:
    #	composer.json
    #	phpunit.xml.dist
    #	src/Network/NetworkFactory.php
    #	src/Network/NetworkInterface.php
    #	src/Network/Networks/Bitcoin.php
    #	src/Network/Networks/BitcoinGold.php
    #	src/Network/Networks/Dash.php
    #	src/Network/Networks/Dogecoin.php
    #	src/Network/Networks/DogecoinTestnet.php
    #	src/Network/Networks/Viacoin.php
    #	src/Network/Networks/Zcash.php
    #	src/Output/Op.php
    #	src/Output/Outputs/P2wpkh.php
    #	src/Output/Outputs/P2wsh.php
    #	src/Utils.php
    #	tests/BitcoinTest.php
    #	tests/OutputFactoryTest.php
    #	tests/P2shTest.php
    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1abbadb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daa998a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bed661a View commit details
    Browse the repository at this point in the history
  11. fix phpcs

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0726eca View commit details
    Browse the repository at this point in the history
  12. Fix phpstan level 2

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f8c2d88 View commit details
    Browse the repository at this point in the history
  13. Fix phpstan level 3

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    aa24423 View commit details
    Browse the repository at this point in the history
  14. Fix phpstan level 6

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2b5c50e View commit details
    Browse the repository at this point in the history
  15. Fix phpstan level 7

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc88c5e View commit details
    Browse the repository at this point in the history
  16. Update phpstan.neon

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ce73f3c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4df90b3 View commit details
    Browse the repository at this point in the history
  18. Update coverage.svg

    BrianHenryIE committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    15287ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc6f927 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	src/Network/Networks/BitcoinAbstract.php
    #	tests/BitcoinTest.php
    BrianHenryIE committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f60a820 View commit details
    Browse the repository at this point in the history