Skip to content

Commit 7dbf60d

Browse files
committed
remove var_dump
1 parent 32efd12 commit 7dbf60d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Algorithm/Sorting/TimSort.php

-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ class TimSort implements ISortable {
4040

4141
public const RUN = 32;
4242

43-
public function __construct() {
44-
trigger_error(
45-
'Notice, the sorting algorithm seems to be broken, according to: https://github.com/doganoo/PHPAlgorithms/issues/23. Feel free to open a PR or use another sorting algorithm instead :)'
46-
, E_USER_WARNING
47-
);
48-
}
49-
5043
/**
5144
* @param array $array
5245
* @return array

0 commit comments

Comments
 (0)