Home
last modified time | relevance | path

Searched refs:addWarning (Results 26 – 50 of 65) sorted by relevance

123

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php103 $phpcsFile->addWarning($error, $nullValue, 'Found');
H A DEvalObjectFactorySniff.php117 $phpcsFile->addWarning($error, $stackPtr, 'Found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DPropertyDeclarationSniff.php49 $phpcsFile->addWarning($error, $stackPtr, 'Underscore', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php112 $phpcsFile->addWarning($error, $stackPtr, 'Found', $data);
H A DOpeningBraceSameLineSniff.php70 $phpcsFile->addWarning($error, $stackPtr, 'MissingBrace', $errorData);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php28 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in Framework_TestListenerTest
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php171 $phpcsFile->addWarning($warning, $stackPtr, 'TooLong', $data);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php275 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in PHPUnit_Framework_TestResult
287 $listener->addWarning($test, $e, $time);
791 $this->addWarning(
853 $this->addWarning($test, $e, $time);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php183 $phpcsFile->addWarning($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php166 … $phpcsFile->addWarning('Possible useless method overriding detected', $stackPtr, 'Found');
H A DUnusedFunctionParameterSniff.php180 $phpcsFile->addWarning($error, $position, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DVariableCommentSniff.php93 $phpcsFile->addWarning($error, $tag, 'TagNotAllowed', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php140 $phpcsFile->addWarning($error, $stackPtr, 'PossibleFound', $data);
H A DForbiddenFunctionsSniff.php237 $phpcsFile->addWarning($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php132 $phpcsFile->addWarning($error, $stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php68 $phpcsFile->addWarning($error, $stackPtr, 'Underscore', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
H A DClassDeclarationSniff.php73 $phpcsFile->addWarning($error, $stackPtr, 'MissingBrace', $errorData);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php231 $phpcsFile->addWarning($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php65 $phpcsFile->addWarning($error, 0, 'FoundWithSymbols', $data);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php64 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in PHPUnit_Util_Log_TAP
H A DJSON.php58 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in PHPUnit_Util_Log_JSON
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php78 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DForLoopDeclarationSniff.php88 $phpcsFile->addWarning($error, $stackPtr, 'NoOpenBracket');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php353 $result->addWarning(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php137 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) function in PHPUnit_Util_TestDox_ResultPrinter

123