Completed
Push — feature/player-list ( 8e5225...c69c4b )
by Vladimir
05:41
created
src/QueryBuilder/QueryBuilder.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
     /**
348 348
      * Request that a specific model is not returned
349 349
      *
350
-     * @param  Model|int $model The ID or model you don't want to get
350
+     * @param  Player $model The ID or model you don't want to get
351 351
      * @return static
352 352
      */
353 353
     public function except($model)
@@ -649,6 +649,7 @@  discard block
 block discarded – undo
649 649
      * specified as a MySQL column and not as a column name given by the model
650 650
      *
651 651
      * @param  string $column The column to select
652
+     * @param string $mode
652 653
      * @return static
653 654
      */
654 655
     protected function column($column, $mode)
@@ -797,6 +798,7 @@  discard block
 block discarded – undo
797 798
 
798 799
     /**
799 800
      * Generates all the WHERE conditions for the query
801
+     * @param string $mode
800 802
      * @return string
801 803
      */
802 804
     private function createQueryConditions($mode)
Please login to merge, or discard this patch.