Completed
Pull Request — master (#4)
by Jose
36:21 queued 30:58
created
src/Finder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Finder constructor
30 30
      * 
31 31
      * @param string $needle
32
-     * @param array $haystack
32
+     * @param string[] $haystack
33 33
      * @return void
34 34
      */
35 35
     public function __construct($needle, $haystack)
Please login to merge, or discard this 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.