We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6661bc9 commit b41b3dbCopy full SHA for b41b3db
1 file changed
src/Aggregator.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * Aggregator v1.3.6 (last modified: 2026.03.17).
+ * Aggregator v1.3.6 (last modified: 2026.03.18).
4
* @link https://github.com/CIDRAM/Aggregator
5
*
6
* Description: A stand-alone class implementation of the IPv4+IPv6 IP+CIDR
@@ -258,7 +258,7 @@ private function stripInvalidCharactersAndSort()
258
if ($AType !== $BType) {
259
return $AType < $BType ? -1 : 1;
260
}
261
- $Compare = strcmp($A, $B);
+ $Compare = \strcmp($A, $B);
262
if ($Compare === 0) {
263
if ($ASize === $BSize) {
264
return 0;
0 commit comments