Skip to content

Commit

Permalink
refactor: fix proxy system
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed Oct 22, 2024
1 parent 0f72ea5 commit c00bfaf
Show file tree
Hide file tree
Showing 30 changed files with 1,219 additions and 552 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,11 @@ jobs:
- name: Run static analysis
run: bin/tools/phpstan/vendor/phpstan/phpstan/phpstan analyse

# there are some problem with psalm and bc layer, around proxy
# - name: Install Psalm
# run: composer bin psalm install
#
# - name: Run Psalm on factories generated with maker
# run: bin/tools/psalm/vendor/vimeo/psalm/psalm
- name: Install Psalm
run: composer bin psalm install

- name: Run Psalm on factories generated with maker
run: bin/tools/psalm/vendor/vimeo/psalm/psalm

fixcs:
name: Run php-cs-fixer
Expand Down
36 changes: 18 additions & 18 deletions bin/tools/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c00bfaf

Please sign in to comment.