1
0
Fork 0

Correct docblock types

pull/155/head
Felix Becker 2016-11-17 21:26:41 +01:00
parent 83fd96c52a
commit fb9efd4727
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Definition
* - TestNamespace\TestClass::staticTestMethod() * - TestNamespace\TestClass::staticTestMethod()
* - TestNamespace\TestClass::testMethod() * - TestNamespace\TestClass::testMethod()
* *
* @var string * @var string|null
*/ */
public $fqn; public $fqn;
@ -42,7 +42,7 @@ class Definition
* Can also be a compound type. * Can also be a compound type.
* If it is unknown, will be Types\Mixed. * If it is unknown, will be Types\Mixed.
* *
* @var \phpDocumentor\Type * @var \phpDocumentor\Type|null
*/ */
public $type; public $type;