mwillbanks/ZfcTwitterBootstrap

Fixing annotations

Closed this issue · 1 comments

Some return-tags are wrong, e.g.
In Form\View\Helper\Form.php
/**
* ---
* @return void
*/
public function render(Traversable $fieldset)

should have return-tag string

I will look at fixing some of these things tomorrow.