mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Bugfixes and more conversions to PHP 7
This commit is contained in:
parent
2cada68f41
commit
3a7ec4ecb0
100 changed files with 238 additions and 992 deletions
|
|
@ -3293,12 +3293,8 @@ class Net_IDNA2
|
|||
*
|
||||
* @param array $input UCS4 sequence
|
||||
* @param boolean $include_bit Include bitmask in output
|
||||
*
|
||||
* @return void
|
||||
* @static
|
||||
* @access private
|
||||
*/
|
||||
private static function _showHex($input, $include_bit = false)
|
||||
private static function _showHex($input, $include_bit = false) : void
|
||||
{
|
||||
foreach ($input as $k => $v) {
|
||||
echo '[', $k, '] => ', sprintf('%X', $v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue