We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8501395 commit bdc6863Copy full SHA for bdc6863
composer.json
@@ -26,8 +26,8 @@
26
},
27
"require-dev": {
28
"mockery/mockery": "^1.0",
29
- "ninjify/nunjuck": "^0.4.0",
30
- "ninjify/qa": "^0.8.0",
+ "ninjify/nunjuck": "^0.4",
+ "ninjify/qa": "^0.12",
31
"phpstan/phpstan": "^0.12",
32
"phpstan/phpstan-deprecation-rules": "^0.12",
33
"phpstan/phpstan-nette": "^0.12",
src/Tracy/Panel.php
@@ -22,6 +22,7 @@ public function getTab(): string
22
return '';
23
}
24
25
+ // phpcs:disable
$snapshotStack = $this->snapshotStack;
ob_start();
@@ -31,6 +32,7 @@ public function getTab(): string
public function getPanel(): string
34
{
35
36
$snapshots = $this->snapshotStack->getSnapshots();
37
38
0 commit comments