Skip to content

Commit 2e59f19

Browse files
committed
Remove debug variable
1 parent 536d3d9 commit 2e59f19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Constraints/DefaultPropertiesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ public function getValidTests()
9797
public function testValidCases($input, $schema, $expectOutput = null)
9898
{
9999
if (is_string($input)) {
100-
$assoc = false;
101100
$inputDecoded = json_decode($input);
102101
} else {
103-
$assoc = true;
104102
$inputDecoded = $input;
105103
}
106104

0 commit comments

Comments
 (0)