Skip to content

Small fixes from @luri-fr

Latest
Compare
Choose a tag to compare
@abbadon1334 abbadon1334 released this 26 Dec 19:50
d47841e

@luri-fr
[FIX] PrettyPrinter no longuer exist in phpDocumentor\Reflection since 4.0.0-beta3
Replace with PhpParser\PrettyPrinter\Standard
See : phpDocumentor/Reflection@ad8b5b1#diff-e5802f9f01c61390ecbde97718807e8518887929eae50c6129d01e2bd29f1a26
And improve compser.json
[FIX] Update Middleware for compatibility with phpDocumentor/Reflection v4.0.1
[FIX] Updated ProjectFactory creation for compatibility with phpDocumentor/Reflection v4.0.1
[FIX] phpunit test compatibility and add a "test" script into composer >> composer test to launch phpunit tests
[FIX] Some Param tags can be an InvalidTag. (see this in test suite)