File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
## VERSION 2 NAMESPACE CHANGE
3
3
4
4
* 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
5
13
* 2019-07-13 17:50 ** 2.0.0** initial release
6
14
* d522a7d Add UPGRADING_v2.md
7
15
* 33fc823 Rename/modify CHANGELOG -> CHANGELOG.md
Original file line number Diff line number Diff line change @@ -216,8 +216,6 @@ private static function simplifyColoredString(string $str): string
216
216
* @see https://stackoverflow.com/questions/8321620/array-unique-vs-array-flip
217
217
*
218
218
* @param array $array the array
219
- *
220
- * @return array
221
219
*/
222
220
private static function listUnique (array $ array ): array
223
221
{
You can’t perform that action at this time.
0 commit comments