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

fix: Add psalm configuration, fix some of the errors, add stubs, add baseline #1330

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

Commits on Sep 16, 2024

  1. fix: Add psalm configuration, fix some of the errors, add stubs, add …

    …baseline
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e75ec7c View commit details
    Browse the repository at this point in the history
  2. chore: Add stubs folder to ignore list for code style

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    06f7656 View commit details
    Browse the repository at this point in the history
  3. chore: Remove two unused methods with incorrect code inside

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c8af84e View commit details
    Browse the repository at this point in the history
  4. chore: fix the last psalm errors

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b233138 View commit details
    Browse the repository at this point in the history
  5. chore: composer run cs:fix

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c16bb36 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: Add psalm CI workflow

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8564624 View commit details
    Browse the repository at this point in the history
  2. chore: Ignore stubs in linter composer script

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4136a6d View commit details
    Browse the repository at this point in the history
  3. fix: Remove references to getLogger and ILogger in the tests

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bf781ba View commit details
    Browse the repository at this point in the history
  4. chore: Migrate from ILogger to LoggerInterface

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    64f3386 View commit details
    Browse the repository at this point in the history