diff --git a/benchmarks/ClassAnalyzerBench.php b/benchmarks/ClassAnalyzerBench.php index 40a3881..d806aeb 100644 --- a/benchmarks/ClassAnalyzerBench.php +++ b/benchmarks/ClassAnalyzerBench.php @@ -25,6 +25,7 @@ use PhpBench\Benchmark\Metadata\Annotations\BeforeMethods; use PhpBench\Benchmark\Metadata\Annotations\Iterations; use PhpBench\Benchmark\Metadata\Annotations\OutputTimeUnit; +use PhpBench\Benchmark\Metadata\Annotations\RetryThreshold; use PhpBench\Benchmark\Metadata\Annotations\Revs; use PhpBench\Benchmark\Metadata\Annotations\Warmup; diff --git a/src/AttributeParser.php b/src/AttributeParser.php index 388d5f3..1cd4178 100644 --- a/src/AttributeParser.php +++ b/src/AttributeParser.php @@ -5,7 +5,6 @@ namespace Crell\AttributeUtils; use function Crell\fp\afilter; -use function Crell\fp\all; use function Crell\fp\amap; use function Crell\fp\firstValue; use function Crell\fp\method;