Skip to content

Fix docblock variable type for correct static analysis.

Latest
Compare
Choose a tag to compare
@cxj cxj released this 27 May 00:15
· 6 commits to 4.x since this release
d9fff63

This fixes the constructor parameter type in the PhpDoc comment header for the Segment class.

This will enable using static analysis tools such as PHPStan against code which uses this library.