Completed
Push — feature/player-elo-v3 ( e6aec1 )
by Vladimir
02:55
created
src/QueryBuilder/QueryBuilder.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
     /**
276 276
      * Request that a timestamp is before the specified time
277 277
      *
278
-     * @param string|TimeDate $time      The timestamp to compare to
278
+     * @param Carbon\Carbon $time      The timestamp to compare to
279 279
      * @param bool            $inclusive Whether to include the given timestamp
280 280
      * @param bool            $reverse   Whether to reverse the results
281 281
      *
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
     /**
369 369
      * Request that a specific model is not returned
370 370
      *
371
-     * @param  Model|int $model The ID or model you don't want to get
371
+     * @param  Player $model The ID or model you don't want to get
372 372
      * @return static
373 373
      */
374 374
     public function except($model)
@@ -821,6 +821,7 @@  discard block
 block discarded – undo
821 821
 
822 822
     /**
823 823
      * Generates all the WHERE conditions for the query
824
+     * @param string $mode
824 825
      * @return string
825 826
      */
826 827
     private function createQueryConditions($mode)
Please login to merge, or discard this patch.