mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
Kindly asking travis to test again
Made a comment for explicit
This commit is contained in:
parent
1a2901a780
commit
8a979bb5b9
@ -23,7 +23,7 @@ class Uuid extends \Faker\Provider\Base
|
||||
$csLo = $byte[9];
|
||||
$csHi = $byte[8] & 0x3f | (1 << 7);
|
||||
|
||||
// if needed to make it big endian
|
||||
// correct byte order for big edian architecture
|
||||
if (pack('L', 0x6162797A) == pack('N', 0x6162797A)) {
|
||||
$tLo = (($tLo & 0x000000ff) << 24) | (($tLo & 0x0000ff00) << 8)
|
||||
| (($tLo & 0x00ff0000) >> 8) | (($tLo & 0xff000000) >> 24);
|
||||
|
Loading…
x
Reference in New Issue
Block a user