Azure / azure-storage-php

Microsoft Azure Storage Library for PHP
MIT License
217 stars 198 forks source link

Return integer from a sorting callback, not bool #288

Closed spaze closed 3 years ago

spaze commented 3 years ago

Not using the spaceship operator <=> because this lib targets PHP >= 5.6.0, and the operator was introduced in PHP 7.

Fix #287