Skip to content

Commit 62628eb

Browse files
committed
docs
1 parent 5e3d30c commit 62628eb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/reference/classes/activitypub.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static · Returns `string`
106106

107107
### Methods
108108

109-
#### [`__construct`](../../../src/ActivityPub/WebFinger.php#L56-L75)
109+
#### [`__construct`](../../../src/ActivityPub/WebFinger.php#L56-L80)
110110

111111
Returns `void`
112112

@@ -118,11 +118,11 @@ Returns `void`
118118

119119
**Throws:** `CertaintyException`, `DependencyException`, `SodiumException`
120120

121-
#### [`clearCaches`](../../../src/ActivityPub/WebFinger.php#L80-L87)
121+
#### [`clearCaches`](../../../src/ActivityPub/WebFinger.php#L85-L92)
122122

123123
**API** · Returns `void`
124124

125-
#### [`canonicalize`](../../../src/ActivityPub/WebFinger.php#L96-L106)
125+
#### [`canonicalize`](../../../src/ActivityPub/WebFinger.php#L101-L111)
126126

127127
Returns `string`
128128

@@ -132,7 +132,7 @@ Returns `string`
132132

133133
**Throws:** `CacheException`, `GuzzleException`, `InvalidArgumentException`, `NetworkException`, `SodiumException`
134134

135-
#### [`fetch`](../../../src/ActivityPub/WebFinger.php#L130-L143)
135+
#### [`fetch`](../../../src/ActivityPub/WebFinger.php#L135-L148)
136136

137137
Returns `array`
138138

@@ -144,7 +144,7 @@ Fetch an entire remote WebFinger response.
144144

145145
**Throws:** `GuzzleException`, `NetworkException`
146146

147-
#### [`getInboxUrl`](../../../src/ActivityPub/WebFinger.php#L190-L206)
147+
#### [`getInboxUrl`](../../../src/ActivityPub/WebFinger.php#L195-L211)
148148

149149
Returns `string`
150150

@@ -154,7 +154,7 @@ Returns `string`
154154

155155
**Throws:** `CacheException`, `GuzzleException`, `InvalidArgumentException`, `NetworkException`, `SodiumException`
156156

157-
#### [`getPublicKey`](../../../src/ActivityPub/WebFinger.php#L214-L258)
157+
#### [`getPublicKey`](../../../src/ActivityPub/WebFinger.php#L219-L263)
158158

159159
Returns `FediE2EE\PKD\Crypto\PublicKey`
160160

@@ -164,15 +164,15 @@ Returns `FediE2EE\PKD\Crypto\PublicKey`
164164

165165
**Throws:** `CryptoException`, `FetchException`, `InvalidArgumentException`, `SodiumException`
166166

167-
#### [`trimUsername`](../../../src/ActivityPub/WebFinger.php#L260-L263)
167+
#### [`trimUsername`](../../../src/ActivityPub/WebFinger.php#L265-L268)
168168

169169
Returns `string`
170170

171171
**Parameters:**
172172

173173
- `$username`: `string`
174174

175-
#### [`setCanonicalForTesting`](../../../src/ActivityPub/WebFinger.php#L318-L325)
175+
#### [`setCanonicalForTesting`](../../../src/ActivityPub/WebFinger.php#L323-L330)
176176

177177
Returns `void`
178178

0 commit comments

Comments
 (0)