@@ -210,8 +210,8 @@ discard block |
||
| 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 |
||
| 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 | |
@@ -1,21 +1,21 @@ |
||
| 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; |