Fix copy-paste shame

This hurts 😂
This commit is contained in:
Clark Winkelmann 2017-02-04 23:34:52 +01:00 committed by GitHub
parent af76c78663
commit 97f469da80

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)