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

PSR-12 and PHPCS #2420

Merged
merged 90 commits into from
Dec 4, 2023
Merged

PSR-12 and PHPCS #2420

merged 90 commits into from
Dec 4, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    d5bbd89 View commit details
    Browse the repository at this point in the history
  2. switching to psr-12

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f686a01 View commit details
    Browse the repository at this point in the history
  3. a lot of phpcs fixes

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    580ea0f View commit details
    Browse the repository at this point in the history
  4. fixing the fixer

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d066605 View commit details
    Browse the repository at this point in the history
  5. correcting var for symbol table

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    86e4908 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    448dfda View commit details
    Browse the repository at this point in the history
  7. fixing imports

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c6c89d0 View commit details
    Browse the repository at this point in the history
  8. fixing imports phpcs

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8cddbbd View commit details
    Browse the repository at this point in the history
  9. disabling phpfixer

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    46cece9 View commit details
    Browse the repository at this point in the history
  10. fixing typo

    niden committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5f75f38 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    08b83b7 View commit details
    Browse the repository at this point in the history
  2. refactoring likely/unlikely

    niden committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    62362b7 View commit details
    Browse the repository at this point in the history
  3. refactoring and reusing code

    niden committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    631c868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    332d48c View commit details
    Browse the repository at this point in the history
  5. removed more duplicate code

    niden committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4f10143 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fe2426 View commit details
    Browse the repository at this point in the history
  7. phpcs

    niden committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    55f35ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85fce61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b863c42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8aa93c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    f90689b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30313a View commit details
    Browse the repository at this point in the history
  3. phpcs

    niden committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a6e8de5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405c49b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35fa921 View commit details
    Browse the repository at this point in the history
  6. correcting import

    niden committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c95ba81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af7fc4c View commit details
    Browse the repository at this point in the history
  8. Revert "a lot of code smells and optimizations"

    This reverts commit af7fc4c.
    niden committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    34614d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14850b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f15332 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. adding qodana setup

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    680780a View commit details
    Browse the repository at this point in the history
  2. correcting qodana action

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    130981a View commit details
    Browse the repository at this point in the history
  3. adding baseline file

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b5bcdab View commit details
    Browse the repository at this point in the history
  4. removed duplicate code

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    116b5ef View commit details
    Browse the repository at this point in the history
  5. excluding various folders

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a69f5e4 View commit details
    Browse the repository at this point in the history
  6. removing unreachable statements

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0968d2d View commit details
    Browse the repository at this point in the history
  7. minor correction

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fe2a712 View commit details
    Browse the repository at this point in the history
  8. correcting typo

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a50fb0f View commit details
    Browse the repository at this point in the history
  9. phpcs

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    add6ae6 View commit details
    Browse the repository at this point in the history
  10. more phpcs

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7f46f5e View commit details
    Browse the repository at this point in the history
  11. removing psr2 reference

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    68a9b2b View commit details
    Browse the repository at this point in the history
  12. fixing phpcs

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cf3ab03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a5d378 View commit details
    Browse the repository at this point in the history
  14. reverting

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b9a5bde View commit details
    Browse the repository at this point in the history
  15. updating baseline file

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0c0a4d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dabafe1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ccda61 View commit details
    Browse the repository at this point in the history
  18. correcting yml file

    niden committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b5a2e00 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. minor change

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7d05477 View commit details
    Browse the repository at this point in the history
  2. trying to fix qodana

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e76ef08 View commit details
    Browse the repository at this point in the history
  3. changing qodana to php 8.1

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ab6fa2e View commit details
    Browse the repository at this point in the history
  4. different ci structure

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    558458e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea0cc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3937a65 View commit details
    Browse the repository at this point in the history
  7. phpcs

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4d9ddf8 View commit details
    Browse the repository at this point in the history
  8. adding a scan step

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    446f47b View commit details
    Browse the repository at this point in the history
  9. removed duplications

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b828019 View commit details
    Browse the repository at this point in the history
  10. correcting symbol call

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    063de9a View commit details
    Browse the repository at this point in the history
  11. removed more duplications

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    abd0cdb View commit details
    Browse the repository at this point in the history
  12. Revert "removed more duplications"

    This reverts commit abd0cdb.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    428731c View commit details
    Browse the repository at this point in the history
  13. Revert "correcting symbol call"

    This reverts commit 063de9a.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    062952b View commit details
    Browse the repository at this point in the history
  14. Revert "removed duplications"

    This reverts commit b828019.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    06ff544 View commit details
    Browse the repository at this point in the history
  15. removing duplications

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c664883 View commit details
    Browse the repository at this point in the history
  16. removing more duplications

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c447b11 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db5c742 View commit details
    Browse the repository at this point in the history
  18. Revert "removing duplications from compiler files"

    This reverts commit db5c742.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1ab880c View commit details
    Browse the repository at this point in the history
  19. Revert "removing more duplications"

    This reverts commit c447b11.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    72c3c8b View commit details
    Browse the repository at this point in the history
  20. removing more duplications

    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    888a428 View commit details
    Browse the repository at this point in the history
  21. Revert "removing more duplications"

    This reverts commit 888a428.
    niden committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8ac5c54 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1bb179f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ddf5a04 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d4bc89a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    3913922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f91722 View commit details
    Browse the repository at this point in the history
  3. Revert "array, getclass - removing duplications"

    This reverts commit d4bc89a.
    niden committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    177db8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b06db7 View commit details
    Browse the repository at this point in the history
  5. removing dupes from inarray

    niden committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    af59b78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    470adf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54f9cb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c02f094 View commit details
    Browse the repository at this point in the history
  9. removed duplicate block

    niden committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8a35d4a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. reformatting on exception

    niden committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e5d88ea View commit details
    Browse the repository at this point in the history
  2. phpcs

    niden committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    df3d9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e9506 View commit details
    Browse the repository at this point in the history
  4. Revert "removing duplicates json/functions"

    This reverts commit 94e9506.
    niden committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6a81b9c View commit details
    Browse the repository at this point in the history
  5. Revert "phpcs"

    This reverts commit df3d9e9.
    niden committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8c2ed6e View commit details
    Browse the repository at this point in the history
  6. phpcs again

    niden committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d82d33e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. removing more duplicated code

    niden committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7e91f3b View commit details
    Browse the repository at this point in the history
  2. more duplications

    niden committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8e6d330 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' into phpcs-changes

    # Conflicts:
    #	composer.lock
    #	src/Class/Method/Method.php
    Jeckerson committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5b8de90 View commit details
    Browse the repository at this point in the history