1
0
mirror of https://github.com/flarum/core.git synced 2025-10-21 19:56:29 +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

@@ -34,7 +34,7 @@ class PostRepository
*
* @param int $id
* @param \Flarum\User\User $actor
* @return \Flarum\Core\Post
* @return \Flarum\Post\Post
*
* @throws \Illuminate\Database\Eloquent\ModelNotFoundException
*/