Completed
Push — SR-1041 ( 804487...25fbf1 )
by
unknown
02:15 queued 35s
created
src/API/Model/NumericBoost.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
   {
Please login to merge, or discard this patch.