Home
last modified time | relevance | path

Searched refs:PHP_CodeSniffer_Exception (Results 1 – 25 of 46) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php84 * @throws PHP_CodeSniffer_Exception If the specified tokens array is empty.
93 throw new PHP_CodeSniffer_Exception($error);
98 throw new PHP_CodeSniffer_Exception($error);
105 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php24 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_File not found');
28 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Fixer not found');
32 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Tokens not found');
36 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_CLI not found');
614 * @throws PHP_CodeSniffer_Exception If files are invalid.
721 * @throws PHP_CodeSniffer_Exception If the ruleset path is invalid.
1014 * @throws PHP_CodeSniffer_Exception If the reference is invalid.
1167 throw new PHP_CodeSniffer_Exception($error);
1441 * @throws PHP_CodeSniffer_Exception If sniff registration fails.
1483 throw new PHP_CodeSniffer_Exception($msg);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php135 * @throws PHP_CodeSniffer_Exception If Subversion properties file could
154 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DException.php28 class PHP_CodeSniffer_Exception extends Exception class
H A DFile.php300 * @throws PHP_CodeSniffer_Exception If the register() method does
454 } catch (PHP_CodeSniffer_Exception $e) {
702 } catch (PHP_CodeSniffer_Exception $e) {
754 * @throws PHP_CodeSniffer_Exception If $file could not be opened.
763 throw new PHP_CodeSniffer_Exception($error);
768 throw new PHP_CodeSniffer_Exception($error);
1423 * @throws PHP_CodeSniffer_Exception If the file cannot be processed.
2772 * @throws PHP_CodeSniffer_Exception If the specified $stackPtr is not of
2940 * @throws PHP_CodeSniffer_Exception If the specified position is not a
3027 * @throws PHP_CodeSniffer_Exception If the specified position is not a
[all …]
H A DReporting.php96 * @throws PHP_CodeSniffer_Exception If report is not available.
127 …throw new PHP_CodeSniffer_Exception('Class "'.$reportClassName.'" must implement the "PHP_CodeSnif…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DControlSignatureSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php17 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
H A DDiscouragedFunctionsSniff.php16 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php18 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff no…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMemberVarScopeSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractVariableSniff not fou…
H A DMethodScopeSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
H A DStaticThisUsageSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php61 * @throws PHP_CodeSniffer_Exception If jshint.js could not be run
H A DClosureLinterSniff.php75 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php82 …throw new PHP_CodeSniffer_Exception("Failed invoking ZendCodeAnalyzer, exitcode was [$exitCode], r…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php59 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
H A DJavaScriptLintSniff.php80 …throw new PHP_CodeSniffer_Exception("Failed invoking JavaScript Lint, retval was [$retval], output…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DMarkdown.php16 throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_DocGenerators_Generator not found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php16 …throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_NamingConventions_CamelCapsFunctionNameS…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php17 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DPropertyDeclarationSniff.php16 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractVariableSniff not fou…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php18 throw new PHP_CodeSniffer_Exception($error);

12