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

File: FunctionCommentThrowTagSniff.php

Source Location: /PHP_CodeSniffer-0.6.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 Thu, 26 Jul 2007 03:07:59 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.