@@ -112,6 +112,7 @@ discard block  | 
                                                    ||
| 112 | 112 | |
| 113 | 113 | /**  | 
                                                        
| 114 | 114 | * @inheritdoc  | 
                                                        
| 115 | + * @param string $selectOption  | 
                                                        |
| 115 | 116 | */  | 
                                                        
| 116 | 117 | public function buildSelect($columns, &$params, $distinct = false, $selectOption = null)  | 
                                                        
| 117 | 118 |      { | 
                                                        
@@ -161,6 +162,7 @@ discard block  | 
                                                    ||
| 161 | 162 | |
| 162 | 163 | /**  | 
                                                        
| 163 | 164 | * @inheritdoc  | 
                                                        
| 165 | + * @param string $sql  | 
                                                        |
| 164 | 166 | */  | 
                                                        
| 165 | 167 | public function buildOrderByAndLimit($sql, $orderBy, $limit, $offset)  | 
                                                        
| 166 | 168 |      { |