Completed
Pull Request — master (#65)
by Timothée
05:28
created
src/ExpectationFailed.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
4 4
 
5 5
 abstract class ExpectationFailed extends \Exception
6 6
 {
7
+    /**
8
+     * @return string
9
+     */
7 10
     abstract function getContextText();
8 11
 
9 12
     /**
Please login to merge, or discard this patch.
src/Json/JsonContext.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -194,6 +194,7 @@
 block discarded – undo
194 194
 
195 195
     /**
196 196
      * @Then the JSON path expression :pathExpression should be equal to json :expectedJson
197
+     * @param string $expectedJson
197 198
      */
198 199
     public function theJsonPathExpressionShouldBeEqualToJson($pathExpression, $expectedJson)
199 200
     {
Please login to merge, or discard this patch.