Skip to content

Commit

Permalink
fix: Delete debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Aug 5, 2024
1 parent f9b9244 commit 8342ecc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ public function testShuffleCopy(): void
],
];

// var_dump(ArrayHelper::intersectKeyRecursive($original, $this->targetArray));

$this->assertSame($original, ArrayHelper::intersectKeyRecursive($original, $this->targetArray));
}

Expand Down

0 comments on commit 8342ecc

Please sign in to comment.