asCreatingAShareWith has no return

This commit is contained in:
Joas Schilling 2016-03-11 10:04:25 +01:00
parent 9be7f4d19d
commit 985b11876f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ trait Sharing{
* @param \Behat\Gherkin\Node\TableNode|null $body
*/
public function creatingShare($body) {
return $this->asCreatingAShareWith($this->currentUser, $body);
$this->asCreatingAShareWith($this->currentUser, $body);
}
/**