summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-05-19 18:51:56 +0300
committerGitHub <[email protected]>2020-05-19 18:51:56 +0300
commitf940ad480ca8caa9a9eabb9c0a69b2e63c802623 (patch)
tree3fe6bcd3a37319da13dcf075e183469875589c46 /.github
parentc3c7165bf4dd5a9929f506c25ccf5d41c7b69c83 (diff)
parentdefc3bcbc3bd83eae55ad6cebbde0f2638c81640 (diff)
Merge pull request #322 from spiral/fix_phpstan
fix phpstan based on new goridge interface
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 57edc624..c85aa6c9 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -57,8 +57,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source
-# - name: Analyze PHP sources
-# run: composer analyze
+ - name: Analyze PHP sources
+ run: composer analyze
- name: Install Go dependencies
run: go mod download