Passed
Push — master ( 804000...66add2 )
by Radosław
02:28
created
src/AuctionHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @throws Radowoj\Yaah\Exception on failure
41 41
      *
42
-     * @param  Radowoj\Yaah\Auction $auction Auction to create
42
+     * @param  Auction $auction Auction to create
43 43
      * @param integer $localId - local item id, required by WebAPI
44 44
      * @return integer id of created auction
45 45
      */
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
     /**
127 127
      * @param  integer $itemId id of auction to get
128
-     * @return Radowoj\Yaah\Auction | null
128
+     * @return Auction|null | null
129 129
      */
130 130
     public function getAuctionByItemId($itemId)
131 131
     {
Please login to merge, or discard this patch.
src/Field.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,6 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * Detect type of range passed as argument (int, float, date)
152
-     * @param array $value value to detect type
153 152
      */
154 153
     protected function setValueRangeAutodetect(array $range)
155 154
     {
@@ -201,6 +200,9 @@  discard block
 block discarded – undo
201 200
 
202 201
 
203 202
 
203
+    /**
204
+     * @param string $forceValueType
205
+     */
204 206
     protected function setValueForced($forceValueType, $value)
205 207
     {
206 208
         if (!property_exists($this, $forceValueType)) {
Please login to merge, or discard this patch.