19 declare(strict_types=1);
36 $a_creation_date = $this->resource_builder->get($a)->getCurrentRevision()->getInformation(
38 $b_creation_date = $this->resource_builder->get($b)->getCurrentRevision()->getInformation(
40 return $a_creation_date->diff($b_creation_date)->invert;
42 return $identifications;
sortResourceIdentification(array $identifications)
Class ResourceIdentification.
Class AbstractBaseSorter.
Interface CollectionSorter.
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples