We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fc78b commit 4b1c67dCopy full SHA for 4b1c67d
2 files changed
composer.json
@@ -25,7 +25,7 @@
25
"psr-4": {"PHPFUI\\InstaDoc\\": "src/PHPFUI/InstaDoc/"}
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "<=12.0",
+ "phpunit/phpunit": "<13.0",
29
"phpfui/html-unit-tester": "^1.0",
30
"roave/security-advisories": "dev-latest",
31
"phpfui/phpunit-syntax-coverage": "^1.0",
src/PHPFUI/InstaDoc/Section/Doc.php
@@ -436,7 +436,6 @@ protected function getNameScope(\ReflectionProperty|\ReflectionMethod|\Reflectio
436
// @phpstan-ignore-next-line
437
protected function getProperty(\ReflectionProperty $property, \ReflectionClass $class) : string
438
{
439
- $property->setAccessible(true);
440
$docBlock = $this->getDocBlock($property);
441
$info = $this->getAccess($property) . ' ';
442
0 commit comments