Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 634a1a1

Browse files
committed
Merge branch 'hotfix/42'
Close #42 Fixes #16
2 parents ca15548 + 88dd82a commit 634a1a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/book/generator/intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ class World
7979

8080
Another common use case is to update existing code -- for instance, to add a method to a class. In
8181
such a case, you must first inspect the existing code using reflection, and then add your new
82-
method. `Zend\Code\Generator` makes this trivially simple, by leveraging
83-
\[ZendCodeReflection\](zend.code.reflection).
82+
method. `Zend\Code\Generator` makes this trivially simple, by leveraging `Zend\Code\Reflection`.
8483

8584
As an example, let's say we've saved the above to the file `World.php`, and have already included
8685
it. We could then do the following:

0 commit comments

Comments
 (0)