Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Apr 5, 2016
1 parent 6d36971 commit 7284ff1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function publish(&$eid = array(), $value = 1)
/**
* Deletes an update site.
*
* @param array $ids Extension ids to delete.
* @param array $ids Extension ids to delete.
*
* @return void
*
Expand Down Expand Up @@ -214,6 +214,8 @@ public function delete($ids = array())
* @return void
*
* @since __DEPLOY_VERSION__
*
* @throws Exception on ACL error
*/
public function rebuild()
{
Expand Down

0 comments on commit 7284ff1

Please sign in to comment.