Home
last modified time | relevance | path

Searched refs:addError (Results 51 – 75 of 129) sorted by relevance

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DNoSilencedErrorsSniff.php70 $phpcsFile->addError($error, $stackPtr, 'Forbidden');
H A DCharacterBeforePHPOpeningTagSniff.php64 $phpcsFile->addError($error, $stackPtr, 'Found');
H A DSAPIUsageSniff.php73 $phpcsFile->addError($error, $stackPtr, 'FunctionFound');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php207 $phpcsFile->addError($error, $stackPtr, 'NotIncludedCall', $data);
288 $phpcsFile->addError($error, $stackPtr, 'NotIncludedExtends', $data);
292 $phpcsFile->addError($error, $stackPtr, 'NotIncludedCall', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DGlobalKeywordSniff.php63 $phpcsFile->addError($error, $stackPtr, 'NotAllowed', $data);
H A DDisallowBooleanStatementSniff.php67 $phpcsFile->addError($error, $stackPtr, 'Found');
H A DInnerFunctionsSniff.php78 $phpcsFile->addError($error, $stackPtr, 'NotAllowed');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DEmptyCatchCommentSniff.php64 $phpcsFile->addError($error, $scopeStart, 'Missing');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DValidLogicalOperatorsSniff.php78 $phpcsFile->addError($error, $stackPtr, 'NotAllowed', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DEmptyClassDefinitionSniff.php67 $phpcsFile->addError($error, $stackPtr, 'Found');
H A DNamedColoursSniff.php101 $phpcsFile->addError($error, $stackPtr, 'Forbidden');
H A DEmptyStyleDefinitionSniff.php67 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DInlineIfDeclarationSniff.php79 $phpcsFile->addError($error, $stackPtr, 'NotSingleLine');
88 $phpcsFile->addError($error, $stackPtr, 'NoBrackets');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php73 $phpcsFile->addError($error, $stackPtr, 'FoundUppercase', $data);
H A DFunctionDuplicateArgumentSniff.php69 $phpcsFile->addError($error, $i, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLowercasedFilenameSniff.php66 $phpcsFile->addError($error, $stackPtr, 'NotFound', $data);
H A DByteOrderMarkSniff.php83 $phpcsFile->addError($error, $stackPtr, 'Found', $errorData);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DDisallowNewWidgetSniff.php64 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php60 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php85 $phpcsFile->addError($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassFileNameSniff.php78 $phpcsFile->addError($error, $stackPtr, 'NoMatch', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php90 $phpcsFile->addError($error, $param['token'], 'NotAtEnd');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DObjectInstantiationSniff.php75 $phpcsFile->addError($error, $stackPtr, 'NotAssigned');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DEmptyStatementSniff.php101 $phpcsFile->addError($error, $stackPtr, 'Detected'.$name, array($name));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/CSS/
H A DBrowserSpecificStylesSniff.php94 $phpcsFile->addError($error, $stackPtr, 'ForbiddenStyle');

123456