Skip to content

Commit 8c22c97

Browse files
committed
Remove some unused variables and properties
1 parent d433c42 commit 8c22c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function filterToServiceTypes($serviceId)
246246
}
247247

248248
try {
249-
$r = new \ReflectionClass($serviceId);
249+
new \ReflectionClass($serviceId);
250250

251251
return true;
252252
} catch (\ReflectionException $e) {

0 commit comments

Comments
 (0)