Skip to content

Commit

Permalink
hw5
Browse files Browse the repository at this point in the history
  • Loading branch information
devrumyfin committed Feb 16, 2024
1 parent fce21ec commit 0b3a20d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ abstract class Chat
{
private Socket $socket;

public function __construct(
private readonly Config $config
)
{}
public function __construct(private readonly Config $config)
{

}

Check failure on line 14 in src/Chat.php

View workflow job for this annotation

GitHub Actions / phpcs

Function closing brace must go on the next line following the body; found 1 blank lines before brace

public function create($clear = false): void
{
Expand Down

0 comments on commit 0b3a20d

Please sign in to comment.