Skip to content

Commit 53ee9fb

Browse files
committed
Merge branch 'master' of github.com:botman/driver-web
2 parents 41ad469 + 9563b0f commit 53ee9fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stubs/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
|
1313
*/
1414
'matchingData' => [
15-
'driver' => 'web'
15+
'driver' => 'web',
1616
],
1717
];

tests/WebDriverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ private function getDriver($responseData, $htmlInterface = null)
4242
'matchingData' => [
4343
'custom' => 'my-custom-string',
4444
'driver' => 'web',
45-
]
46-
]
45+
],
46+
],
4747
];
4848

4949
return new WebDriver($request, $config, $htmlInterface);

0 commit comments

Comments
 (0)