@@ -28,8 +28,8 @@ discard block |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @param name The string to be the name of this Numeric Boost |
|
32 | - * @return This Numeric Boost |
|
31 | + * @param name string string to be the name of this Numeric Boost |
|
32 | + * @return NumericBoost Numeric Boost |
|
33 | 33 | */ |
34 | 34 | public function setName($name) |
35 | 35 | { |
@@ -46,8 +46,8 @@ discard block |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @param inverted True if this is to be an iverted Numeric Boost, false otherwise |
|
50 | - * @return This Numeric Boost |
|
49 | + * @param inverted boolean if this is to be an iverted Numeric Boost, false otherwise |
|
50 | + * @return NumericBoost Numeric Boost |
|
51 | 51 | */ |
52 | 52 | public function setInverted($inverted) |
53 | 53 | { |
@@ -65,7 +65,8 @@ discard block |
||
65 | 65 | |
66 | 66 | /** |
67 | 67 | * @param double The value to be the strength of this Numeric Boost |
68 | - * @return This Numeric Boost |
|
68 | + * @param double $strength |
|
69 | + * @return NumericBoost Numeric Boost |
|
69 | 70 | */ |
70 | 71 | public function setStrength($strength) |
71 | 72 | { |