Skip to content

Commit

Permalink
fix:优化类名大小写。优化所有断行空格以符合psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
林以达 committed Apr 13, 2020
1 parent 2881ee4 commit 5973350
Show file tree
Hide file tree
Showing 153 changed files with 2,718 additions and 882 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/vendor/*
/.idea
dump.rdb
.idea/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@ $update = new kv([
'key' => 'my-key',
'dc' => 'dc1',
]);
$this->consul->kvStore()->update($update);
$this->consul->
($update);

// Delete Key
$delete = new Kv([
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"easyswoole/http-client": "^1.2.5"
},
"require-dev": {
"easyswoole/phpunit": "^1.0"
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.1"
}
}
Loading

0 comments on commit 5973350

Please sign in to comment.