mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Example: add missing typehtins
This package actually fails on checking itself here
This commit is contained in:
committed by
Jaap van Otterdijk
parent
1119a97659
commit
66465776cf
@@ -33,12 +33,12 @@ final class Example extends BaseTag
|
|||||||
private $isURI = false;
|
private $isURI = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var
|
* @var int
|
||||||
*/
|
*/
|
||||||
private $startingLine;
|
private $startingLine;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var
|
* @var int
|
||||||
*/
|
*/
|
||||||
private $lineCount;
|
private $lineCount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user