Skip to content

Commit

Permalink
DevKit updates (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Mar 14, 2021
1 parent e563190 commit 9da7d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.7'

- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install Sphinx dependencies
run: sudo apt-get install python-dev build-essential

- name: Cache pip
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $rules = [
'static_lambda' => true,
'strict_comparison' => true,
'strict_param' => true,
'void_return' => null,
'void_return' => false,
];


Expand Down

0 comments on commit 9da7d30

Please sign in to comment.