Skip to content

Commit

Permalink
change access for extendability
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Feb 25, 2015
1 parent ac23ffc commit 0e3aec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MamuzBlog/View/Helper/PostMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function render(PostEntity $entity)
* @param \DateTime $dateTime
* @return string
*/
private function createDate(\DateTime $dateTime)
protected function createDate(\DateTime $dateTime)
{
$dateString = $this->getRenderer()->dateFormat(
$dateTime,
Expand All @@ -50,7 +50,7 @@ private function createDate(\DateTime $dateTime)
* @param \Traversable $tags
* @return string
*/
private function createBadges(\Traversable $tags)
protected function createBadges(\Traversable $tags)
{
$html = '';

Expand Down

0 comments on commit 0e3aec0

Please sign in to comment.