Completed
Push — master ( 236942...812281 )
by Emmanuel
04:18 queued 01:08
created
src/GlSpellChecker.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spell check html files
4
- *
5
- * PHP version 5.4
6
- *
7
- * @category  GLICER
8
- * @package   GlSpellChecker
9
- * @author    Emmanuel ROECKER
10
- * @author    Rym BOUCHAGOUR
11
- * @copyright 2015 GLICER
12
- * @license   MIT
13
- * @link      http://dev.glicer.com/
14
- *
15
- * Created : 04/05/15
16
- * File : GlSpellChecker.php
17
- *
18
- */
3
+     * Spell check html files
4
+     *
5
+     * PHP version 5.4
6
+     *
7
+     * @category  GLICER
8
+     * @package   GlSpellChecker
9
+     * @author    Emmanuel ROECKER
10
+     * @author    Rym BOUCHAGOUR
11
+     * @copyright 2015 GLICER
12
+     * @license   MIT
13
+     * @link      http://dev.glicer.com/
14
+     *
15
+     * Created : 04/05/15
16
+     * File : GlSpellChecker.php
17
+     *
18
+     */
19 19
 
20 20
 namespace GlSpellChecker;
21 21
 
@@ -216,8 +216,8 @@  discard block
 block discarded – undo
216 216
             }
217 217
             $checkfilestart($file, count($sentences));
218 218
             $sentences = $this->checkSentences(
219
-                              $sentences,
220
-                                  $checksentence
219
+                                $sentences,
220
+                                    $checksentence
221 221
             );
222 222
             $htmlcode  = $this->convertToHtml($file->getFilename(), $sentences);
223 223
 
@@ -264,8 +264,8 @@  discard block
 block discarded – undo
264 264
             $sentences = $html->getSentences();
265 265
             $checkfilestart($file, count($sentences));
266 266
             $sentences = $this->checkSentences(
267
-                              $sentences,
268
-                                  $checksentence
267
+                                $sentences,
268
+                                    $checksentence
269 269
             );
270 270
             $htmlcode  = $this->convertToHtml($title, $sentences);
271 271
 
Please login to merge, or discard this patch.