tobyS / pdv

PHP Documentor for VIM - Generates PHP docblocks
161 stars 32 forks source link

This pull request is to update the main repo with 3 updates #18

Closed mxaddict closed 3 years ago

mxaddict commented 9 years ago

Added @var documentation for document variables Fixed type guessing for booleans Fixed the type regex to be case insensitive (Cause PHP allows both UPPER and lower case version) Added support for Class/Interface multiline syntax Added support for multiple inheritance (PHP Allows an interface to extend multiple interfaces/classes)

tobyS commented 9 years ago

Thanks for the additions. Looks pretty good. I left some small remarks.

mxaddict commented 9 years ago

Hi @tobyS, I'm making changes to the commits, and will create a new merge/pull request after I'm done,

BUT, I was planning on making some new TEST for the added functionality that I did for class/method/variable declaration parsing, how Do I run the current test suite? Cause when I run the runTests.sh file I get an error about a missing file.

mxaddict commented 3 years ago

I don't think this is needed anymore.