Skip to content

Commit bdad67b

Browse files
committed
EnumBench -> AbstractEnumBench for better phpbench --filter
1 parent 777a804 commit bdad67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/EnumBench.php renamed to bench/AbstractEnumBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @copyright Copyright (c) 2019 Marc Bennewitz
1919
* @license http://github.com/marc-mabe/php-enum/blob/master/LICENSE.txt New BSD License
2020
*/
21-
class EnumBench
21+
class AbstractEnumBench
2222
{
2323
/**
2424
* @var ReflectionProperty[]

0 commit comments

Comments
 (0)