Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions accepted/PSR-13-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ interface EvolvableLinkInterface extends LinkInterface
}
```

#### 3.2 `Psr\Link\LinkProviderInterface`
#### 3.3 `Psr\Link\LinkProviderInterface`

```php
<?php
Expand Down Expand Up @@ -303,7 +303,7 @@ interface LinkProviderInterface
}
```

#### 3.3 `Psr\Link\EvolvableLinkProviderInterface`
#### 3.4 `Psr\Link\EvolvableLinkProviderInterface`

```php
<?php
Expand Down