Skip to content

Commit c1f4792

Browse files
committed
Tests: Removed unused variable
- Removed unused $vType variable. This was used in a previous version, but was missed when removing the var type conditional from the subsequent if statement. See #dd033e2
1 parent dd033e2 commit c1f4792

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/runAll.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ function objStrctEquiv($a, $b){
8282
return false;
8383
}
8484

85-
$vType = gettype($val);
86-
8785
if(!objStrctMatch($val, $b[$key])){
8886
return false;
8987
}

0 commit comments

Comments
 (0)