Skip to content

Commit

Permalink
Add PSR-17 to strategies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos authored and Nyholm committed Jan 3, 2019
1 parent 5c37827 commit 4e4542a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ClassDiscovery.php
Expand Up @@ -24,6 +24,7 @@ abstract class ClassDiscovery
private static $strategies = [
Strategy\PuliBetaStrategy::class,
Strategy\CommonClassesStrategy::class,
Strategy\CommonPsr17ClassesStrategy::class,
];

/**
Expand Down

0 comments on commit 4e4542a

Please sign in to comment.