Completed
Pull Request — develop (#25)
by
unknown
01:52
created
src/API/Model/NumericBoost.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@  discard block
 block discarded – undo
30 30
   /**
31 31
    * Set the name of this Numeric Boost
32 32
    *
33
-   * @param name    The string to be the name of this Numeric Boost
34
-   * @return        This Numeric Boost
33
+   * @param name    string string to be the name of this Numeric Boost
34
+   * @return        NumericBoost Numeric Boost
35 35
    */
36 36
   public function setName($name)
37 37
   {
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
50 50
   /**
51 51
    * Set this Numeric Boost to inverted
52 52
    *
53
-   * @param inverted    True if this is to be an iverted Numeric Boost, false otherwise
54
-   * @return            This Numeric Boost
53
+   * @param inverted    boolean if this is to be an iverted Numeric Boost, false otherwise
54
+   * @return            NumericBoost Numeric Boost
55 55
    */
56 56
   public function setInverted($inverted)
57 57
   {
@@ -71,7 +71,8 @@  discard block
 block discarded – undo
71 71
    * Set the strength of this Numeric Boost
72 72
    *
73 73
    * @param double  The value to be the strength of this Numeric Boost
74
-   * @return        This Numeric Boost
74
+   * @param double $strength
75
+   * @return        NumericBoost Numeric Boost
75 76
    */
76 77
   public function setStrength($strength)
77 78
   {
Please login to merge, or discard this patch.