Skip to content

Commit

Permalink
Merge pull request #8 from bwaidelich/bugfix/fix-missing-namespace-im…
Browse files Browse the repository at this point in the history
…port

Fix PHP namespace imports
  • Loading branch information
Crell committed Mar 22, 2024
2 parents 963bcff + 4607685 commit b4aee6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions benchmarks/ClassAnalyzerBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion src/AttributeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4aee6d

Please sign in to comment.