Completed
Branch modify-scrutinizeryml (c70e79)
by Kentaro
39:02
created
src/Eccube/Entity/BlockPosition.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * Set layout.
291 291
      *
292
-     * @param \Eccube\Entity\Layout|null $layout
292
+     * @param \Eccube\Entity\Layout|null $Layout
293 293
      *
294 294
      * @return BlockPosition
295 295
      */
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     /**
314 314
      * Set pageLayout.
315 315
      *
316
-     * @param \Eccube\Entity\Page|null $page
316
+     * @param \Eccube\Entity\Page|null $Page
317 317
      *
318 318
      * @return BlockPosition
319 319
      *
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
     /**
330 330
      * Get pageLayout.
331 331
      *
332
-     * @return \Eccube\Entity\Page|null
332
+     * @return PageLayout
333 333
      *
334 334
      * @deprecated
335 335
      */
Please login to merge, or discard this patch.
src/Eccube/Entity/Cart.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     }
170 170
 
171 171
     /**
172
-     * @return integer
172
+     * @return string|null
173 173
      */
174 174
     public function getPreOrderId()
175 175
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
     }
254 254
 
255 255
     /**
256
-     * @return integer
256
+     * @return string
257 257
      */
258 258
     public function getTotalPrice()
259 259
     {
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
     /**
301 301
      * 個数の合計を返します。
302 302
      *
303
-     * @return mixed
303
+     * @return integer
304 304
      */
305 305
     public function getQuantity()
306 306
     {
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
      *
347 347
      * @param \DateTime $createDate
348 348
      *
349
-     * @return Order
349
+     * @return Cart
350 350
      */
351 351
     public function setCreateDate($createDate)
352 352
     {
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
      *
371 371
      * @param \DateTime $updateDate
372 372
      *
373
-     * @return Order
373
+     * @return Cart
374 374
      */
375 375
     public function setUpdateDate($updateDate)
376 376
     {
Please login to merge, or discard this patch.
src/Eccube/Entity/CartItem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @return integer
99
+     * @return string
100 100
      */
101 101
     public function getPrice()
102 102
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return integer
119
+     * @return string
120 120
      */
121 121
     public function getQuantity()
122 122
     {
Please login to merge, or discard this patch.
src/Eccube/Entity/Category.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * @param  \Doctrine\ORM\EntityManager $em
54
-     * @param  integer                     $SortNo
54
+     * @param  integer                     $sortNo
55 55
      *
56 56
      * @return \Eccube\Entity\Category
57 57
      */
Please login to merge, or discard this patch.
src/Eccube/Entity/ClassName.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     /**
120 120
      * Set backend_name.
121 121
      *
122
-     * @param string $backend_name
122
+     * @param string $backendName
123 123
      *
124 124
      * @return ClassName
125 125
      */
Please login to merge, or discard this patch.
src/Eccube/Entity/Order.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1407,7 +1407,7 @@
 block discarded – undo
1407 1407
      *
1408 1408
      * @param \Eccube\Entity\OrderItem $OrderItem
1409 1409
      *
1410
-     * @return Shipping
1410
+     * @return Order
1411 1411
      */
1412 1412
     public function addOrderItem(\Eccube\Entity\OrderItem $OrderItem)
1413 1413
     {
Please login to merge, or discard this patch.
src/Eccube/Entity/PageLayout.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
      *
125 125
      * @param int $sortNo
126 126
      *
127
-     * @return Page
127
+     * @return PageLayout
128 128
      */
129 129
     public function setSortNo($sortNo)
130 130
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * Set pageLayout
148 148
      *
149
-     * @param \Eccube\Entity\Page $page
149
+     * @param \Eccube\Entity\Page $Page
150 150
      *
151 151
      * @return PageLayout
152 152
      */
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Get pageLayout
162 162
      *
163
-     * @return \Eccube\Entity\PageLayout
163
+     * @return Page
164 164
      */
165 165
     public function getPage()
166 166
     {
Please login to merge, or discard this patch.
src/Eccube/Entity/Payment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@
 block discarded – undo
379 379
     }
380 380
 
381 381
     /**
382
-     * @return boolean
382
+     * @return integer
383 383
      */
384 384
     public function isVisible()
385 385
     {
Please login to merge, or discard this patch.
src/Eccube/Entity/ProductClass.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,6 @@  discard block
 block discarded – undo
85 85
     /**
86 86
      * Set price02 IncTax
87 87
      *
88
-     * @param  string       $price02
89 88
      *
90 89
      * @return ProductClass
91 90
      */
@@ -137,7 +136,7 @@  discard block
 block discarded – undo
137 136
     /**
138 137
      * Get tax_rate
139 138
      *
140
-     * @return string
139
+     * @return boolean
141 140
      */
142 141
     public function getTaxRate()
143 142
     {
Please login to merge, or discard this patch.