Completed
Branch master (0c18cc)
by Aurimas
06:20
created
src/CodeBlocks/Collection/CollectionMerge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 /**
8 8
  * collection_merge function
9 9
  *
10
- * @param array|Traversable $a
11
- * @param array|Traversable $b
10
+ * @param string[] $a
11
+ * @param string[] $b
12 12
  *
13 13
  * @author Aurimas Niekis <[email protected]>
14 14
  */
Please login to merge, or discard this patch.
src/CodeBlocks/String/StringCount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * Count the occurences of substring in string
7 7
  *
8 8
  * @param string $input
9
- * @param string $prefix
9
+ * @param string $substring
10 10
  *
11 11
  * @return int
12 12
  *
Please login to merge, or discard this patch.
src/CodeBlocks/String/StringStrip.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  *
8 8
  * @param string $string
9 9
  * @param string $string1
10
- * @param string $string2
11 10
  *
12 11
  * @return string
13 12
  * @author Aurimas Niekis <[email protected]>
Please login to merge, or discard this patch.