1
0
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:
Daniil Gentili 2020-02-29 13:28:35 +00:00 committed by StyleCI Bot
parent e6cc6f714e
commit 3e05166325

View File

@ -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
**/