@@ -110,11 +110,11 @@ |
||
110 | 110 | */ |
111 | 111 | protected function getQueriesBody($mode) |
112 | 112 | { |
113 | - if($mode == 'multiple'){ |
|
113 | + if ($mode == 'multiple') { |
|
114 | 114 | return $this->getMultipleInsertQueriesBody(self::MULTIPLE_QUERY_IMPORT_LIMIT); |
115 | 115 | } |
116 | 116 | |
117 | - return $this->getSingleInsertQueriesBody();; |
|
117 | + return $this->getSingleInsertQueriesBody(); ; |
|
118 | 118 | } |
119 | 119 | |
120 | 120 | /** |