Skip to content

Commit

Permalink
Use correct syntax to mark class as internal
Browse files Browse the repository at this point in the history
@var internal looks like a mistake
  • Loading branch information
greg0ire committed Mar 13, 2021
1 parent 4f1c8d8 commit 04fb8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Migrations/Version/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* The Factory class is responsible for creating instances of the Version class for a version number
* and a migration class name.
*
* @var internal
* @internal
*/
class Factory
{
Expand Down

0 comments on commit 04fb8dd

Please sign in to comment.