Home
last modified time | relevance | path

Searched refs:addError (Results 76 – 100 of 129) sorted by relevance

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Strings/
H A DJoinStringsSniff.php79 $phpcsFile->addError($error, $stackPtr, 'ArrayNotAllowed');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php60 $phpcsFile->addError($error, $nextClass, 'MultipleClasses');
175 $phpcsFile->addError($error, $closeBrace, 'NewLineBeforeCloseBrace');
H A DDuplicatePropertySniff.php83 $phpcsFile->addError($error, $next, 'Found', $data);
H A DValidClassNameSniff.php91 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DSemicolonSpacingSniff.php67 $phpcsFile->addError($error, $stackPtr, 'NotAtEnd');
H A DDuplicateStyleDefinitionSniff.php87 $phpcsFile->addError($error, $next, 'Found', $data);
H A DMissingColonSniff.php81 $phpcsFile->addError($error, $foundString, 'Found');
H A DClassDefinitionNameSpacingSniff.php105 $phpcsFile->addError($error, ($i + 1), 'BlankLinesFound');
H A DDuplicateClassDefinitionSniff.php117 $phpcsFile->addError($error, $next, 'Found', $data);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Framework_BaseTestListener
H A DTestListener.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time); function
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DAssignThisSniff.php86 $phpcsFile->addError($error, $prev, 'NotSelf');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMemberVarScopeSniff.php61 $phpcsFile->addError($error, $stackPtr, 'Missing', $data);
H A DMethodScopeSniff.php83 $phpcsFile->addError($error, $stackPtr, 'Missing', $data);
H A DStaticThisUsageSniff.php88 $phpcsFile->addError($error, $thisUsage, 'Found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DDisallowObjectStringIndexSniff.php90 $phpcsFile->addError($error, $prev, 'Found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php99 $phpcsFile->addError($error, $stackPtr, 'MaxExceeded', $data);
H A DCyclomaticComplexitySniff.php114 $phpcsFile->addError($error, $stackPtr, 'MaxExceeded', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php82 $phpcsFile->addError($error, $stackPtr, 'NotRequired', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php69 $phpcsFile->addError($error, $stackPtr, 'NotCamelCaps', $errorData);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php186 $phpcsFile->addError($error, $nextCase, 'WrongOpener'.$type);
210 $phpcsFile->addError($error, $nextCase, 'TerminatingComment');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowSizeFunctionsInLoopsSniff.php120 $phpcsFile->addError($error, $i, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Strings/
H A DUnnecessaryStringConcatSniff.php128 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php206 $result->addError($this, $t, $time);
208 $result->addError($this, $e, $time);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php112 $phpcsFile->addError($error, $stackPtr, $type, $data);

123456