Completed
Push — feature/player-elo ( 6e84c7...f9aa52 )
by Vladimir
03:15
created
src/QueryBuilder/QueryBuilder.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.