Skip to content

Commit d97c842

Browse files
committed
Ran php-cs-fixer
1 parent 3d1c232 commit d97c842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/TestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ protected function assertJsonFixtureEqualsJsonString(string $file, string $strin
7272

7373
/**
7474
* Asserts that any two variables will be serialized to the same JSON structure.
75+
*
76+
* @param mixed $expected
77+
* @param mixed $object
7578
*/
7679
protected function assertJsonStructuresAreEqual($expected, $object, string $message = '')
7780
{

0 commit comments

Comments
 (0)