Skip to content

Commit 2c301f2

Browse files
author
Dominik Liebler
committed
removed sentence about meta-factory-method
1 parent 223d675 commit 2c301f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Builder/Director.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
/**
66
* Director is part of the builder pattern. It knows the interface of the builder
7-
* and build a complex object with the help of the builder.
8-
* If you make it abstract, this becomes a "meta-factory-method" very powerfull.
7+
* and builds a complex object with the help of the builder.
98
*
109
* You can also inject many builders instead of one to build more complex objects
1110
*/

0 commit comments

Comments
 (0)