We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d675 commit 2c301f2Copy full SHA for 2c301f2
Builder/Director.php
@@ -4,8 +4,7 @@
4
5
/**
6
* 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.
+ * and builds a complex object with the help of the builder.
9
*
10
* You can also inject many builders instead of one to build more complex objects
11
*/
0 commit comments