Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Issue #75: docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 3, 2016
1 parent 422d4f8 commit 8ae5bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/view/context/context.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getData()
/**
* Set the view content
*
* @param array $data
* @param string $content
* @return ViewContext
*/
public function setContent($content)
Expand All @@ -69,7 +69,7 @@ public function setContent($content)
/**
* Get the view content
*
* @return array
* @return string
*/
public function getContent()
{
Expand All @@ -80,7 +80,7 @@ public function getContent()
* Set the view parameters
*
* @param array $parameters
* @return ViewContextTemplate
* @return ViewContext
*/
public function setParameters($parameters)
{
Expand Down

0 comments on commit 8ae5bfe

Please sign in to comment.