Welcome 2018 🎉

This commit is contained in:
Gabriel Caruso
2018-01-02 04:52:36 -02:00
parent 4595df959d
commit a1e6160b99
69 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ instantiated using its `createInstance` factory method like this:
$factory = \phpDocumentor\Reflection\DocBlockFactory::createInstance();
```
Then we can use the `create` method of the factory to interpret the DocBlock.
Please note that it is also possible to provide a class that has the
Then we can use the `create` method of the factory to interpret the DocBlock.
Please note that it is also possible to provide a class that has the
`getDocComment()` method, such as an object of type `ReflectionClass`, the
create method will read that if it exists.