Skip to content

Commit 12ce072

Browse files
committed
Release of new version 2.0.1
1 parent 245aa2f commit 12ce072

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
## VERSION 2 NAMESPACE CHANGE
33

44
* Version **2.0** - namespace change
5+
* 2020-04-06 15:51 **2.0.1** fix demo.php
6+
* 245aa2f chore: allow PHPUnit ^9
7+
* f139892 chore: update deps
8+
* a09f00f fix: fix demo.php
9+
* 8384498 Update deps
10+
* 40e0d43 Update .travis.yml to PHP 7.4 stable
11+
* 2746bcf Add php_codesniffer
12+
* 6f96961 Update readme to use badges from shields.io
513
* 2019-07-13 17:50 **2.0.0** initial release
614
* d522a7d Add UPGRADING_v2.md
715
* 33fc823 Rename/modify CHANGELOG -> CHANGELOG.md

src/CliColor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ private static function simplifyColoredString(string $str): string
216216
* @see https://stackoverflow.com/questions/8321620/array-unique-vs-array-flip
217217
*
218218
* @param array $array the array
219-
*
220-
* @return array
221219
*/
222220
private static function listUnique(array $array): array
223221
{

0 commit comments

Comments
 (0)