1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00

Update SimpleXLSXGen.php

This commit is contained in:
Javier
2023-07-04 22:27:03 -03:00
committed by GitHub
parent 5d14683e22
commit 339ce5d41b

View File

@@ -1,11 +1,12 @@
<?php
namespace Shuchkin;
/** @noinspection ReturnTypeCanBeDeclaredInspection */
/** @noinspection PhpMissingReturnTypeInspection */
/** @noinspection NullCoalescingOperatorCanBeUsedInspection */
/** @noinspection PhpIssetCanBeReplacedWithCoalesceInspection */
namespace Shuchkin;
/**
* Class SimpleXLSXGen
*
@@ -1363,4 +1364,4 @@ class SimpleXLSXGen
return $str;
}
}
}