Commit 56c68f6
authored
Fix Buffertools::sort() ternary operation
Ternary operations are, different from other popular languages, left-associative in PHP. Thus the return value of this method was -1 when both binaries where equal.1 parent c6c1eb2 commit 56c68f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments