Skip to content

Commit

Permalink
Fix coding style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 14, 2024
1 parent 01dbcc2 commit 4dc7b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/ControlFlow/DialogControlFlowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
use KootLabs\TelegramBotDialogs\Exceptions\DialogException;

/** @internal */
interface DialogControlFlowException extends DialogException
{
}
interface DialogControlFlowException extends DialogException {}
4 changes: 3 additions & 1 deletion tests/DialogManagerTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace KootLabs\TelegramBotDialogs\Tests;

Expand Down

0 comments on commit 4dc7b5c

Please sign in to comment.