Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Nov 13, 2024
1 parent 1b748a2 commit 465a55c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composer require simplesamlphp/openid

## OpenID Federation

The initial functionality of the library revolves around the OpenID Federation specification. To use it, create an
The initial functionality of the library revolves around the OpenID Federation specification. To use it, create an
instance of the class `\SimpleSAML\OpenID\Federation`

```php
Expand Down Expand Up @@ -141,7 +141,6 @@ if (is_null($metadata)) {
);
return;
}

```

Check failure on line 144 in README.md

View workflow job for this annotation

GitHub Actions / Quality checks

Fenced code blocks should be surrounded by blank lines [Context: "```"]
If getting metadata results in an exception, the metadata is considered invalid and is to be discarded.

Expand Down

0 comments on commit 465a55c

Please sign in to comment.