Closed jc21 closed 9 years ago
In this example:
/** * Refresh a Library Section. * * @param int $sectionKey Obtained using getLibrarySections() * @param bool $force * @return null|bool */ public function refreshLibrarySection($sectionKey, $force = false) {
The row is rendering this:
| public | refreshLibrarySection(mixed $sectionKey, bool $force=false) : null/boolRefresh a Library Section. |
Thanks for the report! Let me know if you find any more bugs!
Thanks :)
In this example:
The row is rendering this:
| public | refreshLibrarySection(mixed $sectionKey, bool $force=false) : null/bool
Refresh a Library Section. |