feat(json): updates docs

This commit is contained in:
Nuno Maduro
2021-06-18 12:06:41 +01:00
committed by GitHub
parent ecb37fce91
commit 4bf69b97bd

View File

@ -61,7 +61,7 @@ final class Expectation
} }
/** /**
* Parses Json String to Array. * Creates a new expectation with the decoded JSON value.
*/ */
public function json(): Expectation public function json(): Expectation
{ {