Skip to content

Commit 467e879

Browse files
committed
Fix Code blocks
1 parent 93c6682 commit 467e879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detectors/Ec2Detector.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* The AwsEc2Detector can be used to detect if a process is running in AWS EC2
32-
* and return a {@link Resource} populated with metadata about the EC2
32+
* and return a Resource populated with metadata about the EC2
3333
* instance. Returns an empty Resource if detection fails.
3434
*/
3535
class Ec2Detector
@@ -53,8 +53,8 @@ public function __construct(Client $guzzle)
5353

5454
/**
5555
* Attempts to connect and obtain an AWS instance Identity document. If the
56-
* connection is succesful it returns a {@link Resource}
57-
* populated with instance metadata. Returns an empty {@link Resource}
56+
* connection is succesful it returns a Resource
57+
* populated with instance metadata. Returns an empty Resource
5858
* if the connection or parsing of the identity document fails.
5959
*
6060
* @param config (unused) The resource detection config

0 commit comments

Comments
 (0)