File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ class PhpDocReader
32
32
'resource ' ,
33
33
);
34
34
35
- /**
36
- * Enable or disable throwing errors when PhpDoc Errors occur (when parsing annotations)
37
- *
38
- * @var bool
39
- */
40
- private $ ignorePhpDocErrors ;
41
-
42
- /**
43
- *
44
- * @param bool $ignorePhpDocErrors
45
- */
35
+ /**
36
+ * Enable or disable throwing errors when PhpDoc Errors occur (when parsing annotations)
37
+ *
38
+ * @var bool
39
+ */
40
+ private $ ignorePhpDocErrors ;
41
+
42
+ /**
43
+ *
44
+ * @param bool $ignorePhpDocErrors
45
+ */
46
46
public function __construct ($ ignorePhpDocErrors = false )
47
47
{
48
48
$ this ->phpParser = new PhpParser ();
49
- $ this ->ignorePhpDocErrors = $ ignorePhpDocErrors ;
49
+ $ this ->ignorePhpDocErrors = $ ignorePhpDocErrors ;
50
50
}
51
51
52
52
/**
You can’t perform that action at this time.
0 commit comments