maennchen / ZipStream-PHP

:floppy_disk: PHP ZIP Streaming Library
https://maennchen.dev/ZipStream-PHP/
MIT License
1.74k stars 104 forks source link

Fixed wrong method names in the DocBlocks #297

Closed zepich closed 8 months ago

zepich commented 8 months ago

I tried to use the ZipStream package today and copied the code from the example for a simple test.

But my IDE told me, that the method addFileFormPath does not exist (as visible here: https://github.com/maennchen/ZipStream-PHP/blob/main/src/ZipStream.php#L62).

After some time of searching and head-scratching, I saw the simple typo. I found some other wrong method names in the DocBlocks and adjusted them.

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7608043128


Totals Coverage Status
Change from base Build 7566932757: 0.0%
Covered Lines: 519
Relevant Lines: 519

💛 - Coveralls