Merge pull request #9 from clarkwinkelmann/patch-1

Fix copy-paste shame
This commit is contained in:
Franz Liedke 2017-02-05 02:10:53 +01:00 committed by GitHub
commit 7e38f40a69

View File

@ -71,7 +71,7 @@ class DiscussionLockedPost extends AbstractEventPost implements MergeableInterfa
/**
* Build the content attribute.
*
* @param bool $isLocked Whether or not the discussion is stickied.
* @param bool $isLocked Whether or not the discussion is locked.
* @return array
*/
public static function buildContent($isLocked)