Skip to content

added necessary space in some class#24

Merged
techmahedy merged 10 commits intodoppar:techmahedy-1.xfrom
techmahedy:techmahedy-1.x
Nov 21, 2025
Merged

added necessary space in some class#24
techmahedy merged 10 commits intodoppar:techmahedy-1.xfrom
techmahedy:techmahedy-1.x

Conversation

@techmahedy
Copy link
Copy Markdown
Member

Added the necessary space in some classes
like previous

public function setMessage(array $messages): mixed
{
        $this->messages = $this->hydrateMessages($messages);
        return $this;
}

Now

public function setMessage(array $messages): mixed
{
        $this->messages = $this->hydrateMessages($messages);

        return $this;
}

@techmahedy techmahedy merged commit 56f346f into doppar:techmahedy-1.x Nov 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants