Skip to content

Commit

Permalink
Homework 8 code review psr
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaMakhov committed Jan 31, 2025
1 parent 4ca018e commit b34a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ public function run(): void
$response = Solution::mergeTwoLists(null, new ListNode(0));
var_dump($response);
}
}
}

0 comments on commit b34a0a9

Please sign in to comment.