Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored May 8, 2019
1 parent c175396 commit 20a8efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ContextTypes/AggregateRating.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class AggregateRating extends AbstractContext
'bestRating' => null,
'worstRating' => null,
'ratingCount' => null,
'itemReviewed' => Thing::class,
'itemReviewed' => Thing::class,
];
}
}

0 comments on commit 20a8efc

Please sign in to comment.