Skip to content

Commit

Permalink
[NFC] misc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Oct 17, 2019
1 parent 629d4be commit d337e45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"psr-4": { "Wheregroup\\DoctrineDbalShims\\": "lib" }
},
"suggest": {
"doctrine/dbal-bundle": "To use ShimmedConnectionFactory and AutoShimAllPass"
"doctrine/dbal-bundle": "To use ShimmedConnectionFactory and compiler passes"
}
}
7 changes: 7 additions & 0 deletions lib/DependencyInjection/Compiler/ShimPassInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;

/**
* Static methods required on ShimPass.
* PHP < 7 does not agree with the utility of abstract static methods, but allows them
* in interfaces.
*
* @internal
*/
interface ShimPassInterface extends CompilerPassInterface
{
/**
Expand Down

0 comments on commit d337e45

Please sign in to comment.