Completed
Branch next (7e8494)
by Ionut
03:00
created
src/Normalizers/PHPIDSConverter.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
     protected $notConverters = ['normalize', 'replacePairs'];
17 17
 
18 18
     /**
19
-     * @param  array $parameters
19
+     * @param  string[] $parameters
20 20
      * @return array
21 21
      */
22 22
     public function normalize(array $parameters)
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
         return $parameters;
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $value
42
+     */
40 43
     protected function replacePairs(array $patternReplacementPair, $value)
41 44
     {
42 45
         return preg_replace(
Please login to merge, or discard this patch.