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

Commit 35f60d7

Browse files
Align the type of $docBlock with reality
1 parent 4a7f678 commit 35f60d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generator/AbstractMemberGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class AbstractMemberGenerator extends AbstractGenerator
3636
/**#@-*/
3737

3838
/**
39-
* @var DocBlockGenerator
39+
* @var DocBlockGenerator|null
4040
*/
4141
protected $docBlock;
4242

@@ -237,7 +237,7 @@ public function setDocBlock($docBlock)
237237
}
238238

239239
/**
240-
* @return DocBlockGenerator
240+
* @return DocBlockGenerator|null
241241
*/
242242
public function getDocBlock()
243243
{

0 commit comments

Comments
 (0)