Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 18, 2025
1 parent bca0b23 commit 5380038
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 20 deletions.
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/AcceptPlayRequestCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use Chess\Variant\Classical\PGN\Color;
use ChessServer\Command\AbstractNonBlockingCommand;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/AsciiCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/DrawCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/LegalCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/OnlineGamesCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Command\Game\Mode\PlayMode;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/RandomizerCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use Chess\Randomizer\Randomizer;
use Chess\Randomizer\Checkmate\TwoBishopsRandomizer;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/RematchCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/StartCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use Chess\FenToBoardFactory;
use Chess\Play\SanPlay;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/TakebackCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down
3 changes: 1 addition & 2 deletions src/Command/Game/NonBlocking/UndoCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace ChessServer\Command\Game\NonBlocking
;
namespace ChessServer\Command\Game\NonBlocking;

use ChessServer\Command\AbstractNonBlockingCommand;
use ChessServer\Socket\AbstractSocket;
Expand Down

0 comments on commit 5380038

Please sign in to comment.