Skip to content

Commit 44b3641

Browse files
authored
fix(ci): replace hard tabs
1 parent b34a7a6 commit 44b3641

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

core/deprecations.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -186,20 +186,20 @@ use ApiPlatform\Metadata\GetCollection;
186186
use ApiPlatform\Metadata\Link;
187187
188188
#[ApiResource(
189-
operations: [
190-
new GetCollection(
191-
headers: [
192-
'deprecation' => '@1688169599', // Unix timestamp
193-
],
194-
links: [
195-
new Link('deprecation', 'https://developer.example.com/deprecation'),
196-
],
197-
),
198-
],
189+
operations: [
190+
new GetCollection(
191+
headers: [
192+
'deprecation' => '1688169599', // Unix timestamp
193+
],
194+
links: [
195+
new Link('deprecation', 'https://developer.example.com/deprecation'),
196+
],
197+
),
198+
],
199199
)]
200200
class DeprecationHeader
201201
{
202-
// ...
202+
// ...
203203
}
204204
```
205205

0 commit comments

Comments
 (0)