Skip to content

Commit

Permalink
QA: update codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 16, 2020
1 parent 8501395 commit bdc6863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"ninjify/nunjuck": "^0.4.0",
"ninjify/qa": "^0.8.0",
"ninjify/nunjuck": "^0.4",
"ninjify/qa": "^0.12",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-nette": "^0.12",
Expand Down
2 changes: 2 additions & 0 deletions src/Tracy/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function getTab(): string
return '';
}

// phpcs:disable
$snapshotStack = $this->snapshotStack;

ob_start();
Expand All @@ -31,6 +32,7 @@ public function getTab(): string

public function getPanel(): string
{
// phpcs:disable
$snapshots = $this->snapshotStack->getSnapshots();

ob_start();
Expand Down

0 comments on commit bdc6863

Please sign in to comment.