Skip to content

Commit c0a6d8d

Browse files
v1.6.2 Release
サンプルサーバーの不具合を修正
1 parent 304d5f9 commit c0a6d8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/EventClass/EventHandlerSample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function putUser(ContextForSample $p_param)
114114
// レスポンスデータがない(ユーザーIDが存在しない)場合
115115
if($put_user === null)
116116
{
117-
$error_param = 'id';
117+
$error_param[] = 'id';
118118
break;
119119
}
120120

app/EventClass/StateMachineSample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function putUser()
136136
// レスポンスデータがない(ユーザーIDが存在しない)場合
137137
if($put_user === null)
138138
{
139-
$error_param = 'id';
139+
$error_param[] = 'id';
140140
break;
141141
}
142142

0 commit comments

Comments
 (0)