Thomas Baumann
Thomas Baumann
In method `ClosureExpressionVisitor::sortByField()` we have the following sort function... ``` return function ($a, $b) use ($name, $next, $orientation) { $aValue = ClosureExpressionVisitor::getObjectFieldValue($a, $name); $bValue = ClosureExpressionVisitor::getObjectFieldValue($b, $name); if ($aValue ===...
Hi, in the apigen-Project we found the following issue: https://github.com/apigen/apigen/issues/272 Could be solved with this PR. Thanks, Thomas
In method `ClosureExpressionVisitor::sortByField()` we have the following sort function... ``` return function ($a, $b) use ($name, $next, $orientation) { $aValue = ClosureExpressionVisitor::getObjectFieldValue($a, $name); $bValue = ClosureExpressionVisitor::getObjectFieldValue($b, $name); if ($aValue ===...