Skip to content

Commit 9f35d3f

Browse files
CS fixes
1 parent 89f1450 commit 9f35d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getRunner(?object $application): RunnerInterface
122122
}
123123

124124
if (!$application instanceof \Closure) {
125-
if ($runtime = $this->resolveRuntime(\get_class($application))) {
125+
if ($runtime = $this->resolveRuntime($application::class)) {
126126
return $runtime->getRunner($application);
127127
}
128128

0 commit comments

Comments
 (0)