We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d511e06 commit fb4eeb4Copy full SHA for fb4eeb4
CHANGELOG.md
@@ -9,6 +9,7 @@
9
10
### Changed
11
12
+- Avoid usage of `alias` when use statement refers to self
13
- AWS enhancement: Documentation updates.
14
15
## 2.6.0
src/ValueObject/EventBridgeConfiguration.php
@@ -2,15 +2,13 @@
2
3
namespace AsyncAws\S3\ValueObject;
4
5
-use AsyncAws\S3\ValueObject\EventBridgeConfiguration as EventBridgeConfiguration1;
6
-
7
/**
8
* A container for specifying the configuration for Amazon EventBridge.
*/
final class EventBridgeConfiguration
{
- * @param array|EventBridgeConfiguration1 $input
+ * @param array|EventBridgeConfiguration $input
public static function create($input): self
16
0 commit comments