Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 7, 2024
1 parent bb1a7c4 commit 73e7ab7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function cannot_create_discussion_without_content_property()
{
$this->extend(
(new Extend\Formatter)
->unparse(function ($ctx, $content) {
->unparse(function ($context, $content) {
return $content;
}),

Expand Down Expand Up @@ -122,7 +122,7 @@ public function cannot_create_discussion_with_content_set_to_null()
{
$this->extend(
(new Extend\Formatter)
->unparse(function ($ctx, $content) {
->unparse(function ($context, $content) {
return $content;
}),

Expand Down

0 comments on commit 73e7ab7

Please sign in to comment.