Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
src/service/taobao/bin/top/request/TbkScInvitecodeGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
 	public function check()
71 71
 	{
72 72
 		
73
-		RequestCheckUtil::checkNotNull($this->codeType,"codeType");
74
-		RequestCheckUtil::checkNotNull($this->relationApp,"relationApp");
73
+		RequestCheckUtil::checkNotNull($this->codeType, "codeType");
74
+		RequestCheckUtil::checkNotNull($this->relationApp, "relationApp");
75 75
 	}
76 76
 	
77 77
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkShopRecommendGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 block discarded – undo
86 86
 	public function check()
87 87
 	{
88 88
 		
89
-		RequestCheckUtil::checkNotNull($this->fields,"fields");
90
-		RequestCheckUtil::checkNotNull($this->userId,"userId");
89
+		RequestCheckUtil::checkNotNull($this->fields, "fields");
90
+		RequestCheckUtil::checkNotNull($this->userId, "userId");
91 91
 	}
92 92
 	
93 93
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/OpenuidChangeRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,8 @@
 block discarded – undo
54 54
 	public function check()
55 55
 	{
56 56
 		
57
-		RequestCheckUtil::checkNotNull($this->openUid,"openUid");
58
-		RequestCheckUtil::checkNotNull($this->targetAppKey,"targetAppKey");
57
+		RequestCheckUtil::checkNotNull($this->openUid, "openUid");
58
+		RequestCheckUtil::checkNotNull($this->targetAppKey, "targetAppKey");
59 59
 	}
60 60
 	
61 61
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkScPublisherInfoSaveRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,8 +134,8 @@
 block discarded – undo
134 134
 	public function check()
135 135
 	{
136 136
 		
137
-		RequestCheckUtil::checkNotNull($this->infoType,"infoType");
138
-		RequestCheckUtil::checkNotNull($this->inviterCode,"inviterCode");
137
+		RequestCheckUtil::checkNotNull($this->infoType, "infoType");
138
+		RequestCheckUtil::checkNotNull($this->inviterCode, "inviterCode");
139 139
 	}
140 140
 	
141 141
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/OpenuidGetBytradeRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	public function check()
39 39
 	{
40 40
 		
41
-		RequestCheckUtil::checkNotNull($this->tid,"tid");
41
+		RequestCheckUtil::checkNotNull($this->tid, "tid");
42 42
 	}
43 43
 	
44 44
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkDgVegasSendReportRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,8 +102,8 @@
 block discarded – undo
102 102
 	public function check()
103 103
 	{
104 104
 		
105
-		RequestCheckUtil::checkNotNull($this->activityId,"activityId");
106
-		RequestCheckUtil::checkNotNull($this->bizDate,"bizDate");
105
+		RequestCheckUtil::checkNotNull($this->activityId, "activityId");
106
+		RequestCheckUtil::checkNotNull($this->bizDate, "bizDate");
107 107
 	}
108 108
 	
109 109
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TopSecretGetRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 	public function check()
71 71
 	{
72 72
 		
73
-		RequestCheckUtil::checkNotNull($this->randomNum,"randomNum");
73
+		RequestCheckUtil::checkNotNull($this->randomNum, "randomNum");
74 74
 	}
75 75
 	
76 76
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkTpwdCreateRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,8 +102,8 @@
 block discarded – undo
102 102
 	public function check()
103 103
 	{
104 104
 		
105
-		RequestCheckUtil::checkNotNull($this->text,"text");
106
-		RequestCheckUtil::checkNotNull($this->url,"url");
105
+		RequestCheckUtil::checkNotNull($this->text, "text");
106
+		RequestCheckUtil::checkNotNull($this->url, "url");
107 107
 	}
108 108
 	
109 109
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/KfcKeywordSearchRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 	public function check()
76 76
 	{
77 77
 		
78
-		RequestCheckUtil::checkNotNull($this->content,"content");
78
+		RequestCheckUtil::checkNotNull($this->content, "content");
79 79
 	}
80 80
 	
81 81
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.