Skip to content

Commit

Permalink
[code] Updated project to avoid Guzzle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
indy2kro committed Oct 2, 2021
1 parent f121009 commit a3b8a3f
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 335 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: vendor/bin/phploc src

- name: Run phpcs
run: vendor/bin/phpcs || true
run: vendor/bin/phpcs

- name: Run phpcpd
run: vendor/bin/phpcpd src
Expand All @@ -45,7 +45,7 @@ jobs:
run: vendor/bin/phpunit

- name: Run psalm
run: vendor/bin/psalm || true
run: vendor/bin/psalm

- name: Run phpstan
run: vendor/bin/phpstan
1 change: 1 addition & 0 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/D:/www/projects/buxfer-api/.gitignore</file>
Expand Down
Loading

0 comments on commit a3b8a3f

Please sign in to comment.