Completed
Push — master ( 8197fc...000789 )
by Emmanuel
04:00
created
src/GlSpellChecker.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -210,8 +210,8 @@  discard block
 block discarded – undo
210 210
             }
211 211
             $checkfilestart($file, count($sentences));
212 212
             $sentences = $this->checkSentences(
213
-                              $sentences,
214
-                                  $checksentence
213
+                                $sentences,
214
+                                    $checksentence
215 215
             );
216 216
             $htmlcode  = $this->convertToHtml($file->getFilename(), $sentences);
217 217
 
@@ -258,8 +258,8 @@  discard block
 block discarded – undo
258 258
             $sentences = $html->getSentences();
259 259
             $checkfilestart($file, count($sentences));
260 260
             $sentences = $this->checkSentences(
261
-                              $sentences,
262
-                                  $checksentence
261
+                                $sentences,
262
+                                    $checksentence
263 263
             );
264 264
             $htmlcode  = $this->convertToHtml($title, $sentences);
265 265
 
Please login to merge, or discard this patch.