Skip to content

Commit ecaad90

Browse files
authored
mispelings
1 parent 44c8a56 commit ecaad90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ZendModStandard/Sniffs/Debug/CodeAnalyzerSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
7575

7676
// There is the possibility to pass "--ide" as an option to the analyzer.
7777
// This would result in an output format which would be easier to parse.
78-
// The problem here is that no cleartext error messages are returnwd; only
78+
// The problem here is that no cleartext error messages are returned; only
7979
// error-code-labels. So for a start we go for cleartext output.
8080
$exitCode = exec($cmd, $output, $retval);
8181

82-
// $exitCode is the last line of $output if no error occures, on error it
82+
// $exitCode is the last line of $output if no error occurs, on error it
8383
// is numeric. Try to handle various error conditions and provide useful
8484
// error reporting.
8585
if (is_numeric($exitCode) === true && $exitCode > 0) {

0 commit comments

Comments
 (0)