detectlanguage-php
detectlanguage-php copied to clipboard
Feature: add @throws comments in PHPDoc
It would be helpful if all the functions would have a full PHPDoc.
Currently the @throws tags are missing, as a result the IDE does not remind to implement the try/catch routine.