From 985b11876f8acb2aaacf55e1b4c7f6b71a0a2e1f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 11 Mar 2016 10:04:25 +0100 Subject: [PATCH] asCreatingAShareWith has no return --- build/integration/features/bootstrap/Sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index 79c5a69883..8e6eea6be5 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -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); } /**