Skip to content
This repository has been archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Delete unnecessary dump-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Jan 10, 2022
1 parent ea3427c commit 737afce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Actions/Filesystem/FilePutContentsAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class FilePutContentsAction
{
public function execute(string $path, string $contents): string
{
dump('Contents', $contents);

return file_put_contents($path, $contents);
}
}

0 comments on commit 737afce

Please sign in to comment.