Completed
Pull Request — master (#18)
by Sergey
02:12
created
src/Matcher/EqualsMatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
     private $ignoredKeys;
14 14
     private $atPath;
15 15
 
16
+    /**
17
+     * @param string $expectedJson
18
+     */
16 19
     public function __construct($expectedJson)
17 20
     {
18 21
         $this->expectedJson = $expectedJson;
Please login to merge, or discard this patch.
src/JsonHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     /**
57 57
      * @param $json
58
-     * @param null $path
58
+     * @param string $path
59 59
      *
60 60
      * @return string
61 61
      */
Please login to merge, or discard this patch.