mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-17 13:36:49 +00:00
Fix code style errors
This commit is contained in:
@@ -15,9 +15,8 @@ use PHPUnit\Framework\TestCase;
|
||||
* tokens so that identical formula strings are not re-parsed on every evaluation.
|
||||
*
|
||||
* Run with: vendor/bin/phpunit --group benchmark --stderr
|
||||
*
|
||||
* @group benchmark
|
||||
*/
|
||||
#[\PHPUnit\Framework\Attributes\Group('benchmark')]
|
||||
class FormulaTokenCacheBenchmark extends TestCase
|
||||
{
|
||||
/** Formula patterns used across benchmarks. */
|
||||
|
||||
Reference in New Issue
Block a user