My text editor and php says unexpected !
after the ||
someone know this bug ? This is very weird
foreach($data as $pile->data)
if(!is_float($data) || ! is_int($data))
die('Pile::sort() invalid $pile data');
I use VS code as text editor and PHP 7.2.24-0ubuntu0.18.04.2 (cli) (built: Jan 13 2020 18:39:59) ( NTS )