mirror of
https://github.com/danog/PrimeModule.git
synced 2024-11-26 20:34:37 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
e6cc6f714e
commit
3e05166325
@ -136,7 +136,7 @@ class StructTools
|
||||
'q' => 'int',
|
||||
'Q' => 'int',
|
||||
|
||||
// Floating point formats
|
||||
// Floating point formats
|
||||
'f' => 'float',
|
||||
'd' => 'float',
|
||||
|
||||
@ -803,7 +803,7 @@ class StructTools
|
||||
*
|
||||
* @param $n Number to pack
|
||||
* @param $blocksize Block size
|
||||
* @param $unsigned Boolean that determines whether to work in signed or unsigned mode
|
||||
* @param $unsigned Boolean that determines whether to work in signed or unsigned mode
|
||||
*
|
||||
* @return Byte string
|
||||
**/
|
||||
@ -890,7 +890,7 @@ class StructTools
|
||||
*
|
||||
* @param $s Data to unpack
|
||||
* @param $blocksize Block size
|
||||
* @param $unsigned Boolean that determines whether to work in signed or unsigned mode
|
||||
* @param $unsigned Boolean that determines whether to work in signed or unsigned mode
|
||||
*
|
||||
* @return float or int with the unpack value
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user