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/
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/
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');
40 throw new PHP_CodeSniffer_Exception('Interface PHP_CodeSniffer_Sniff not found');
614 * @throws PHP_CodeSniffer_Exception If files are invalid.
721 * @throws PHP_CodeSniffer_Exception If the ruleset path is invalid.
733 throw new PHP_CodeSniffer_Exception("Ruleset $rulesetPath is not valid");
1014 * @throws PHP_CodeSniffer_Exception If the reference is invalid.
1167 throw new PHP_CodeSniffer_Exception($error);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
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/
DException.php28 class PHP_CodeSniffer_Exception extends Exception class
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.
1437 … throw new PHP_CodeSniffer_Exception('File appears to be minified and cannot be processed');
2218 … throw new PHP_CodeSniffer_Exception('Maximum nesting level reached; file could not be processed');
2666 * @throws PHP_CodeSniffer_Exception If the specified token is not of type
[all …]
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/
DFunctionDeclarationSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
DForbiddenFunctionsSniff.php17 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
DDiscouragedFunctionsSniff.php16 … throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_PHP_ForbiddenFunctionsSniff not found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
DControlSignatureSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractPatternSniff not foun…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
DScopeIndentSniff.php18 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
DValidFunctionNameSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff no…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
DMemberVarScopeSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractVariableSniff not fou…
DStaticThisUsageSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
DMethodScopeSniff.php17 …throw new PHP_CodeSniffer_Exception('Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
DJSLintSniff.php59 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
DJavaScriptLintSniff.php80 …throw new PHP_CodeSniffer_Exception("Failed invoking JavaScript Lint, retval was [$retval], output…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
DJSHintSniff.php61 * @throws PHP_CodeSniffer_Exception If jshint.js could not be run
DClosureLinterSniff.php75 * @throws PHP_CodeSniffer_Exception If jslint.js could not be run
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
DCodeAnalyzerSniff.php82 …throw new PHP_CodeSniffer_Exception("Failed invoking ZendCodeAnalyzer, exitcode was [$exitCode], r…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
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/
DCamelCapsMethodNameSniff.php16 …throw new PHP_CodeSniffer_Exception('Class Generic_Sniffs_NamingConventions_CamelCapsFunctionNameS…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
DValidVariableNameSniff.php17 throw new PHP_CodeSniffer_Exception($error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
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/
DFunctionCommentSniff.php18 throw new PHP_CodeSniffer_Exception($error);

12