Update SimpleXLSXGen.php

This commit is contained in:
Javier 2023-07-04 22:27:03 -03:00 committed by GitHub
parent 5d14683e22
commit 339ce5d41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

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;
}
}
}