Skip to content

Commit 8b3b420

Browse files
committed
Fixed toArray on array
1 parent ec7aff9 commit 8b3b420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RunsOnBrowserStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected function detectBrowser(string $slug): array
154154
strtolower($browser[1])
155155
);
156156

157-
$caps = DesiredCapabilities::$method()->toArray();
157+
$caps = DesiredCapabilities::$method();
158158
}
159159

160160
return array_merge($capabilities, $caps->toArray());

0 commit comments

Comments
 (0)