File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/PHPFUI/InstaDoc/Section Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2525 "psr-4" : {"PHPFUI\\ InstaDoc\\ " : " src/PHPFUI/InstaDoc/" }
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " <=12 .0" ,
28+ "phpunit/phpunit" : " <13 .0" ,
2929 "phpfui/html-unit-tester" : " ^1.0" ,
3030 "roave/security-advisories" : " dev-latest" ,
3131 "phpfui/phpunit-syntax-coverage" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -436,7 +436,6 @@ protected function getNameScope(\ReflectionProperty|\ReflectionMethod|\Reflectio
436436 // @phpstan-ignore-next-line
437437 protected function getProperty (\ReflectionProperty $ property , \ReflectionClass $ class ) : string
438438 {
439- $ property ->setAccessible (true );
440439 $ docBlock = $ this ->getDocBlock ($ property );
441440 $ info = $ this ->getAccess ($ property ) . ' ' ;
442441
You can’t perform that action at this time.
0 commit comments