Taking PHP Seriously [pdf]
raw.github.com129 ポイント投稿者 memla148 コメント
$topic = $this->get('model.Topic')->find($topic_id);
$this->get('guardian')->ensureVisible($topic);
becomes this: $topic = Topic::find($topicId);
Guardian::ensureVisible($topic);