1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Fix some incorrect automated refactorings

This commit is contained in:
Franz Liedke
2017-06-24 14:10:39 +02:00
parent c22219ec20
commit 920a4071b6
9 changed files with 19 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
namespace Flarum\Api\Serializer;
use Flarum\Core\Post;
use Flarum\Post\Post;
use Flarum\Post\CommentPost;
use InvalidArgumentException;
@@ -25,7 +25,7 @@ class BasicPostSerializer extends AbstractSerializer
/**
* {@inheritdoc}
*
* @param \Flarum\Core\Post $post
* @param \Flarum\Post\Post $post
* @throws InvalidArgumentException
*/
protected function getDefaultAttributes($post)