Completed
Pull Request — master (#4)
by Jose
36:21 queued 30:58
created
src/Finder.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace SimilarText;
3 3
 /**
4
- * Class Finder
5
- * @package SimilarText
6
- *
7
- * Thanks to: http://php.net/manual/fr/function.levenshtein.php#113702
8
- */
4
+     * Class Finder
5
+     * @package SimilarText
6
+     *
7
+     * Thanks to: http://php.net/manual/fr/function.levenshtein.php#113702
8
+     */
9 9
 class Finder
10 10
 {
11 11
     /**
Please login to merge, or discard this patch.