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 c8eba31 commit a3a01baCopy full SHA for a3a01ba
DelegatingEngine.php
@@ -74,7 +74,7 @@ public function supports(string|TemplateReferenceInterface $name): bool
74
{
75
try {
76
$this->getEngine($name);
77
- } catch (\RuntimeException $e) {
+ } catch (\RuntimeException) {
78
return false;
79
}
80
PhpEngine.php
@@ -100,7 +100,7 @@ public function exists(string|TemplateReferenceInterface $name): bool
100
101
102
$this->load($name);
103
- } catch (\InvalidArgumentException $e) {
+ } catch (\InvalidArgumentException) {
104
105
106
0 commit comments