Passed
Push — v6 ( f71c30...fe03e1 )
by 光春
04:16
created
src/service/taobao/bin/top/request/TbkActivityInfoGetRequest.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->activityMaterialId,"activityMaterialId");
106
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
105
+		RequestCheckUtil::checkNotNull($this->activityMaterialId, "activityMaterialId");
106
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
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/TbkDgNewuserOrderSumRequest.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -118,11 +118,11 @@
 block discarded – undo
118 118
 	public function check()
119 119
 	{
120 120
 		
121
-		RequestCheckUtil::checkNotNull($this->activityId,"activityId");
122
-		RequestCheckUtil::checkNotNull($this->pageNo,"pageNo");
123
-		RequestCheckUtil::checkNotNull($this->pageSize,"pageSize");
124
-		RequestCheckUtil::checkMaxValue($this->pageSize,100,"pageSize");
125
-		RequestCheckUtil::checkMinValue($this->pageSize,1,"pageSize");
121
+		RequestCheckUtil::checkNotNull($this->activityId, "activityId");
122
+		RequestCheckUtil::checkNotNull($this->pageNo, "pageNo");
123
+		RequestCheckUtil::checkNotNull($this->pageSize, "pageSize");
124
+		RequestCheckUtil::checkMaxValue($this->pageSize, 100, "pageSize");
125
+		RequestCheckUtil::checkMinValue($this->pageSize, 1, "pageSize");
126 126
 	}
127 127
 	
128 128
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TopAuthTokenCreateRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	public function check()
55 55
 	{
56 56
 		
57
-		RequestCheckUtil::checkNotNull($this->code,"code");
57
+		RequestCheckUtil::checkNotNull($this->code, "code");
58 58
 	}
59 59
 	
60 60
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/OpenuidGetBymixnickRequest.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->mixNick,"mixNick");
41
+		RequestCheckUtil::checkNotNull($this->mixNick, "mixNick");
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/TbkShopGetRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -262,8 +262,8 @@
 block discarded – undo
262 262
 	public function check()
263 263
 	{
264 264
 		
265
-		RequestCheckUtil::checkNotNull($this->fields,"fields");
266
-		RequestCheckUtil::checkNotNull($this->q,"q");
265
+		RequestCheckUtil::checkNotNull($this->fields, "fields");
266
+		RequestCheckUtil::checkNotNull($this->q, "q");
267 267
 	}
268 268
 	
269 269
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkItemInfoGetRequest.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->numIids,"numIids");
73
+		RequestCheckUtil::checkNotNull($this->numIids, "numIids");
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/TbkDgVegasTljCreateRequest.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -246,14 +246,14 @@
 block discarded – undo
246 246
 	public function check()
247 247
 	{
248 248
 		
249
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
250
-		RequestCheckUtil::checkNotNull($this->itemId,"itemId");
251
-		RequestCheckUtil::checkNotNull($this->name,"name");
252
-		RequestCheckUtil::checkNotNull($this->perFace,"perFace");
253
-		RequestCheckUtil::checkNotNull($this->securitySwitch,"securitySwitch");
254
-		RequestCheckUtil::checkNotNull($this->sendStartTime,"sendStartTime");
255
-		RequestCheckUtil::checkNotNull($this->totalNum,"totalNum");
256
-		RequestCheckUtil::checkNotNull($this->userTotalWinNumLimit,"userTotalWinNumLimit");
249
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
250
+		RequestCheckUtil::checkNotNull($this->itemId, "itemId");
251
+		RequestCheckUtil::checkNotNull($this->name, "name");
252
+		RequestCheckUtil::checkNotNull($this->perFace, "perFace");
253
+		RequestCheckUtil::checkNotNull($this->securitySwitch, "securitySwitch");
254
+		RequestCheckUtil::checkNotNull($this->sendStartTime, "sendStartTime");
255
+		RequestCheckUtil::checkNotNull($this->totalNum, "totalNum");
256
+		RequestCheckUtil::checkNotNull($this->userTotalWinNumLimit, "userTotalWinNumLimit");
257 257
 	}
258 258
 	
259 259
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/TbkDgOptimusPromotionRequest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -86,9 +86,9 @@
 block discarded – undo
86 86
 	public function check()
87 87
 	{
88 88
 		
89
-		RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId");
90
-		RequestCheckUtil::checkMaxValue($this->pageSize,10,"pageSize");
91
-		RequestCheckUtil::checkNotNull($this->promotionId,"promotionId");
89
+		RequestCheckUtil::checkNotNull($this->adzoneId, "adzoneId");
90
+		RequestCheckUtil::checkMaxValue($this->pageSize, 10, "pageSize");
91
+		RequestCheckUtil::checkNotNull($this->promotionId, "promotionId");
92 92
 	}
93 93
 	
94 94
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.
src/service/taobao/bin/top/request/FilesGetRequest.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->endDate,"endDate");
74
-		RequestCheckUtil::checkNotNull($this->startDate,"startDate");
73
+		RequestCheckUtil::checkNotNull($this->endDate, "endDate");
74
+		RequestCheckUtil::checkNotNull($this->startDate, "startDate");
75 75
 	}
76 76
 	
77 77
 	public function putOtherTextParam($key, $value) {
Please login to merge, or discard this patch.