Skip to content

Commit

Permalink
github servers are weak :P
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jan 23, 2025
1 parent 2bc0d01 commit 5d1e462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
# Run phpstan
# ------------------------------------------------------------------------------
- name: Run phpstan
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist --memory-limit=1024M --error-format=table
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist --memory-limit=512M --error-format=table
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@php bin/pup.phar"
],
"analyze": [
"phpstan analyse -c phpstan.neon.dist --memory-limit=1024M"
"phpstan analyse -c phpstan.neon.dist --memory-limit=512M"
]
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ includes:
parameters:
parallel:
jobSize: 10
maximumNumberOfProcesses: 32
maximumNumberOfProcesses: 8
minimumNumberOfJobsPerProcess: 2
level: 5
inferPrivatePropertyTypeFromConstructor: true
Expand Down

0 comments on commit 5d1e462

Please sign in to comment.