@@ -81,10 +81,10 @@ |
||
| 81 | 81 | */ |
| 82 | 82 | private function getQueriesBody($mode) |
| 83 | 83 | { |
| 84 | - if($mode == 'multiple'){ |
|
| 84 | + if ($mode == 'multiple') { |
|
| 85 | 85 | return $this->getMultipleInsertQueriesBody(self::MULTIPLE_QUERY_IMPORT_LIMIT); |
| 86 | 86 | } |
| 87 | 87 | |
| 88 | - return $this->getSingleInsertQueriesBody();; |
|
| 88 | + return $this->getSingleInsertQueriesBody(); ; |
|
| 89 | 89 | } |
| 90 | 90 | } |