Skip to content

Commit 09bf50d

Browse files
fix: remove unnecessary lines
1 parent ad22d0b commit 09bf50d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/integration/array_assoc.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
$output = '';
4-
53
foreach (test_array_assoc([
64
'first' => '1',
75
'second' => '2',

tests/integration/object.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
$obj->second = 2;
66
$obj->third = 3;
77

8-
$output = '';
9-
108
foreach (test_object($obj) as $key => $value) {
119
$output .= "{$key}={$value} ";
1210
}

0 commit comments

Comments
 (0)