PHP_CodeSniffer
[ class tree: PHP_CodeSniffer ] [ index: PHP_CodeSniffer ] [ all elements ]

File: FunctionCommentThrowTagSniff.php

Source Location: /PHP_CodeSniffer-0.7.0/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php

Classes:

Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff
Verifies that a @throws tag exists for a function that throws exceptions.

Page Details:

Verifies that a @throws tag exists for a function that throws exceptions.

Verifies the number of @throws tags and the number of throw tokens matches. Verifies the exception type.

PHP version 5

Includes:

require_once('PHP/CodeSniffer/Standards/AbstractScopeSniff.php') [line 19]

Documentation generated on Mon, 11 Mar 2019 15:06:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.