Skip to content

Commit

Permalink
Fix CS but it seems weird
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 authored and marekkalnik committed Jun 10, 2012
1 parent 7db9375 commit b5449eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions Controller/Backend/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function indexAction()
return $this->render('TheodoRogerCmsBundle:Page:index.html.twig', array('pages' => $pages));
}


/**
* Edit page action
*
Expand Down Expand Up @@ -200,7 +199,7 @@ public function removeAction($id)
/**
* Expand page action
*
* @param integer $id
* @param integer $id Id of page to edit
*
* @return \Symfony\Component\HttpFoundation\Response
*
Expand Down Expand Up @@ -233,14 +232,10 @@ public function expandAction($id)
*
* @param integer $fromId
*
* @return Response
* @return \Symfony\Component\HttpFoundation\Response
*
* @author Vincent Guillon <[email protected]>
* @since 2011-06-23
=======
* @param $from_id
* @return \Symfony\Component\HttpFoundation\Response
>>>>>>> Update phpdocs
*/
public function siteMapComponentAction($fromId)
{
Expand Down
4 changes: 2 additions & 2 deletions Controller/Backend/SnippetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function indexAction()
/**
* Snippet edit
*
* @param integer $id
* @param integer $id Id of edited snippet
*
* @return \Symfony\Component\HttpFoundation\RedirectResponse|\Symfony\Component\HttpFoundation\Response
*
Expand Down Expand Up @@ -117,7 +117,7 @@ public function editAction($id)
/**
* Snippet delete
*
* @param integer $id
* @param integer $id Id of snippet to remove
*
* @return \Symfony\Component\HttpFoundation\RedirectResponse|\Symfony\Component\HttpFoundation\Response
*
Expand Down
2 changes: 1 addition & 1 deletion Repository/ContentEntityRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function findAll($type = 'page')

/**
*
* @param string $type
* @param string $type
* @return EntityRepository
*
* @author Fabrice Bernhard <[email protected]>
Expand Down

0 comments on commit b5449eb

Please sign in to comment.