Completed
Push — master ( 6aeed9...ac4824 )
by Emmanuel
02:05
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.
src/GlSpellCheckerError.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Main Class
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 : GlSpellCheckerError.php
17
- *
18
- */
3
+     * Main Class
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 : GlSpellCheckerError.php
17
+     *
18
+     */
19 19
 
20 20
 
21 21
 namespace GlSpellChecker;
Please login to merge, or discard this patch.
src/GlSpellCheckerSentence.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spell check a sentence
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 : GlSpellCheckerSentence.php
17
- *
18
- */
3
+     * Spell check a sentence
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 : GlSpellCheckerSentence.php
17
+     *
18
+     */
19 19
 
20 20
 namespace GlSpellChecker;
21 21
 
Please login to merge, or discard this patch.