Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 178f658

Browse files
committed
Fix Styles after service provider reworked
1 parent 9c21130 commit 178f658

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/Support/BridgeStack.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ public function __construct(Carpenter $carpenter, $items = [])
2626
parent::__construct($items);
2727
}
2828

29-
29+
/**
30+
* Mounts a Bridge on the stack.
31+
*
32+
* @param string $name
33+
* @param string $credential
34+
* @param string $service
35+
* @param string $authMethod
36+
*
37+
* @return $this
38+
*/
3039
public function mountBridge($name, $credential = null, $service = null, $authMethod = null)
3140
{
3241
}

src/config/watson-bridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
'auth_methods' => [
8383
'credentials',
84-
'token'
84+
'token',
8585
],
8686

8787
/*

0 commit comments

Comments
 (0)