mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-26 19:54:38 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
cebabbce68
commit
9a774d50b7
@ -381,6 +381,7 @@ class StructTools
|
||||
if ($command['modifiers']['FORMAT_ENDIANNESS'] != $command['modifiers']['BIG_ENDIAN']) {
|
||||
$dataarray[$command['datakey']] = strrev($dataarray[$command['datakey']]);
|
||||
} // Reverse if wrong endianness
|
||||
|
||||
try {
|
||||
switch ($command['phpformat']) {
|
||||
case 'p':
|
||||
|
Loading…
Reference in New Issue
Block a user