Skip to content

Commit

Permalink
Adds note in docblock ApplicationFactory about internal use only
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Bundyra <contact@webimpress.com>
  • Loading branch information
michalbundyra committed May 5, 2020
1 parent e29d989 commit de9e7ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ApplicationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

/**
* @internal
*
* This factory is not registered in the container on purpose.
* We do not want expose Laminas\Cli as a Module / ConfigProvider
* and the factory is just for internal use.
*/
final class ApplicationFactory
{
Expand Down

0 comments on commit de9e7ba

Please sign in to comment.