1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 11:10:41 +02:00

Applied fixes from StyleCI

This commit is contained in:
Toby Zerner
2016-02-25 22:09:39 -05:00
committed by StyleCI Bot
parent 83c22d73a4
commit a6cf10f854
96 changed files with 240 additions and 245 deletions

View File

@@ -31,7 +31,7 @@ class PostBasicSerializer extends AbstractSerializer
{
if (! ($post instanceof Post)) {
throw new InvalidArgumentException(get_class($this)
. ' can only serialize instances of ' . Post::class);
.' can only serialize instances of '.Post::class);
}
$attributes = [