Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 12, 2015
1 parent b8ac368 commit 50c612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Action/BaseAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function message($type, array $replacements = [])
}

/**
* Wrapper for Session::setFlash
* Wrapper for FlashComponent::render()
*
* @param string $type Message type
* @param \Crud\Event\Subject $subject Event subject
Expand Down Expand Up @@ -238,7 +238,7 @@ public function scope()
}

/**
* [publishSuccess description]
* Set "success" variable for view.
*
* @param \Crud\EventEvent $event Event
* @return void|bool
Expand Down

0 comments on commit 50c612f

Please sign in to comment.