Skip to content

Commit 85056b1

Browse files
authored
Merge pull request #5 from wujunze/develop
Fix Ci
2 parents 0d4e953 + 23429e4 commit 85056b1

File tree

4 files changed

+429
-2
lines changed

4 files changed

+429
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor/
22
/.idea/
3+
.phplint-cache

.phplint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
path: ./
2+
jobs: 10
3+
exclude:
4+
- vendor
5+
- tests
6+
- example

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php": ">=5.6.0"
1515
},
1616
"require-dev":{
17-
"phpunit/phpunit": "^5.0"
17+
"phpunit/phpunit": "^5.0",
18+
"overtrue/phplint": "^0.2"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)