Skip to content

Commit

Permalink
Bump squizlabs/php_codesniffer from 3.5.6 to 3.5.8 (#65)
Browse files Browse the repository at this point in the history
* Bump squizlabs/php_codesniffer from 3.5.6 to 3.5.8

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.5.6 to 3.5.8.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](squizlabs/PHP_CodeSniffer@3.5.6...3.5.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fixes whitespace errors.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Adam Malone <[email protected]>
  • Loading branch information
dependabot-preview[bot] and typhonius authored Dec 1, 2020
1 parent c225890 commit 02477f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/LogstreamManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ protected function processMessage($msg)
}
} elseif ($message->cmd === 'line') {
$colour = $this->pickColour($message);

if ($this->output->isVeryVerbose()) {
$this->output->writeln(sprintf('<%s>%s</>', $colour, $msg));
} elseif ($this->output->isVerbose()) {
Expand Down
2 changes: 1 addition & 1 deletion tests/LogstreamManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function testProcessMessage()
LINE;

$this->assertEquals($lineResponse . PHP_EOL, $this->output->fetch());

// Check error response
$this->output->setVerbosity(OutputInterface::VERBOSITY_DEBUG);

Expand Down

0 comments on commit 02477f1

Please sign in to comment.