diff --git a/src/TestTraits/BehatProvidingTrait.php b/src/TestTraits/BehatProvidingTrait.php index d25144d..d72877e 100644 --- a/src/TestTraits/BehatProvidingTrait.php +++ b/src/TestTraits/BehatProvidingTrait.php @@ -21,7 +21,7 @@ trait BehatProvidingTrait { * @param \Behat\Gherkin\Keywords\ArrayKeywords|Null $keywords (optional) * Keywords to be used to interpret the Behat feature. * - * @return Behat\Gherkin\Node\FeatureNode + * @return \Behat\Gherkin\Node\FeatureNode * A Behat feature. */ public static function parseBehatFeature($featureString, $keywords = NULL) { @@ -149,4 +149,4 @@ protected function getProvidedScenario() { throw new \Exception("Scenario not found in provided data."); } -} \ No newline at end of file +}