Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Dec 12, 2020
1 parent b006c8f commit d5d3ba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/client.connect-error.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"error": {
"msg": "A PHP error",
"type": 2
"type": 512
},
"return": false
}
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/server.accept-error-connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"params": [],
"error": {
"msg": "A PHP error",
"type": 8
"type": 512
},
"return": false
},
Expand Down
4 changes: 2 additions & 2 deletions tests/scripts/server.construct-error-socket-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"error": {
"msg": "A PHP error",
"type": 2
"type": 512
},
"return": false
},
Expand All @@ -21,7 +21,7 @@
],
"error": {
"msg": "A PHP error",
"type": 8
"type": 512
},
"return": false
}
Expand Down

0 comments on commit d5d3ba1

Please sign in to comment.