Skip to content

Commit 4e4542a

Browse files
gmponosNyholm
authored andcommitted
Add PSR-17 to strategies (#130)
1 parent 5c37827 commit 4e4542a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ClassDiscovery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ abstract class ClassDiscovery
2424
private static $strategies = [
2525
Strategy\PuliBetaStrategy::class,
2626
Strategy\CommonClassesStrategy::class,
27+
Strategy\CommonPsr17ClassesStrategy::class,
2728
];
2829

2930
/**

0 commit comments

Comments
 (0)