Skip to content

Commit e59e0c3

Browse files
Gummibeeractions-user
authored andcommitted
Prettified Code!
1 parent f5929bd commit e59e0c3

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ All notable changes to `php-open-graph` will be documented in this file
44

55
## 0.3.0 - 2020-06-14
66

7-
- use `og:xxx` instead of `og:xxx:url` if simple string is passed (`image`, `video`, `audio`) - [#5](https://github.com/Astrotomic/php-open-graph/pull/5)
7+
- use `og:xxx` instead of `og:xxx:url` if simple string is passed (`image`, `video`, `audio`) - [#5](https://github.com/Astrotomic/php-open-graph/pull/5)
88

99
## 0.2.4 - 2020-06-11
1010

11-
- integrate `astrotomic/php-conditional-proxy` to call methods conditionally
11+
- integrate `astrotomic/php-conditional-proxy` to call methods conditionally
1212

1313
## 0.2.3 - 2020-06-10
1414

15-
- add `\Astrotomic\OpenGraph\ConditionalProxy` to allow calling `when()` without callback
15+
- add `\Astrotomic\OpenGraph\ConditionalProxy` to allow calling `when()` without callback
1616

1717
## 0.2.2 - 2020-06-09
1818

19-
- fix `\Astrotomic\OpenGraph\StructuredProperties\Audio` prefix
20-
- fix `\Astrotomic\OpenGraph\StructuredProperties\Video` prefix
21-
- add missing `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage::creator()`
22-
- accept stringable objects as image/video/audio
19+
- fix `\Astrotomic\OpenGraph\StructuredProperties\Audio` prefix
20+
- fix `\Astrotomic\OpenGraph\StructuredProperties\Video` prefix
21+
- add missing `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage::creator()`
22+
- accept stringable objects as image/video/audio
2323

2424
## 0.2.1 - 2020-06-09
2525

26-
- fix "Argument 1 passed to when() must be of the type bool, null given" exception
26+
- fix "Argument 1 passed to when() must be of the type bool, null given" exception
2727

2828
## 0.2.0 - 2020-06-07
2929

30-
- add Twitter Cards
30+
- add Twitter Cards
3131

3232
## 0.1.0 - 2020-06-07
3333

34-
- initial release
34+
- initial release

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,36 +44,36 @@ echo OpenGraph::website('Example')
4444

4545
#### Global
4646

47-
- `\Astrotomic\OpenGraph\Types\Website`
48-
- `\Astrotomic\OpenGraph\Types\Article`
49-
- `\Astrotomic\OpenGraph\Types\Profile`
50-
- `\Astrotomic\OpenGraph\Types\Book`
47+
- `\Astrotomic\OpenGraph\Types\Website`
48+
- `\Astrotomic\OpenGraph\Types\Article`
49+
- `\Astrotomic\OpenGraph\Types\Profile`
50+
- `\Astrotomic\OpenGraph\Types\Book`
5151

5252
#### Music
5353

54-
- `\Astrotomic\OpenGraph\Types\Music\Album`
55-
- `\Astrotomic\OpenGraph\Types\Music\Playlist`
56-
- `\Astrotomic\OpenGraph\Types\Music\Song`
57-
- `\Astrotomic\OpenGraph\Types\Music\RadioStation`
54+
- `\Astrotomic\OpenGraph\Types\Music\Album`
55+
- `\Astrotomic\OpenGraph\Types\Music\Playlist`
56+
- `\Astrotomic\OpenGraph\Types\Music\Song`
57+
- `\Astrotomic\OpenGraph\Types\Music\RadioStation`
5858

5959
#### Video
6060

61-
- `\Astrotomic\OpenGraph\Types\Video\Movie`
62-
- `\Astrotomic\OpenGraph\Types\Video\TvShow`
63-
- `\Astrotomic\OpenGraph\Types\Video\Episode`
64-
- `\Astrotomic\OpenGraph\Types\Video\Other`
61+
- `\Astrotomic\OpenGraph\Types\Video\Movie`
62+
- `\Astrotomic\OpenGraph\Types\Video\TvShow`
63+
- `\Astrotomic\OpenGraph\Types\Video\Episode`
64+
- `\Astrotomic\OpenGraph\Types\Video\Other`
6565

6666
#### Twitter
6767

68-
- `\Astrotomic\OpenGraph\Types\Twitter\Summary`
69-
- `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage`
70-
- `\Astrotomic\OpenGraph\Types\Twitter\Player`
68+
- `\Astrotomic\OpenGraph\Types\Twitter\Summary`
69+
- `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage`
70+
- `\Astrotomic\OpenGraph\Types\Twitter\Player`
7171

7272
### Structured Properties
7373

74-
- `\Astrotomic\OpenGraph\StructuredProperties\Image`
75-
- `\Astrotomic\OpenGraph\StructuredProperties\Video`
76-
- `\Astrotomic\OpenGraph\StructuredProperties\Audio`
74+
- `\Astrotomic\OpenGraph\StructuredProperties\Image`
75+
- `\Astrotomic\OpenGraph\StructuredProperties\Video`
76+
- `\Astrotomic\OpenGraph\StructuredProperties\Audio`
7777

7878
## Testing
7979

@@ -95,9 +95,9 @@ If you discover any security related issues, please check [SECURITY](https://git
9595

9696
## Credits
9797

98-
- [Tom Witkowski](https://github.com/Gummibeer)
99-
- [Alex Vanderbist](https://github.com/AlexVanderbist)
100-
- [All Contributors](../../contributors)
98+
- [Tom Witkowski](https://github.com/Gummibeer)
99+
- [Alex Vanderbist](https://github.com/AlexVanderbist)
100+
- [All Contributors](../../contributors)
101101

102102
## License
103103

0 commit comments

Comments
 (0)