Skip to content

Commit

Permalink
style: format code with PHP CS Fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 96ef689 according to the output
from PHP CS Fixer.

Details: #108
  • Loading branch information
deepsource-autofix[bot] authored Oct 23, 2023
1 parent 96ef689 commit ee086d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Exceptions/DocFileNotExistsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace RonasIT\Support\AutoDoc\Exceptions;

use Exception;

class DocFileNotExistsException extends Exception
{
public function __construct(string $filename)
Expand Down
1 change: 1 addition & 0 deletions src/Exceptions/EmptyDocFileException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace RonasIT\Support\AutoDoc\Exceptions;

use Exception;

class EmptyDocFileException extends Exception
{
public function __construct(string $filename)
Expand Down

0 comments on commit ee086d8

Please sign in to comment.