Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit fc80229

Browse files
committed
Fix DocumentationRenderer.php
1 parent 18c3f36 commit fc80229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DocumentationRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Tamdaz\Doc2Html;
44

5-
use Barryvdh\Reflection\DocBlock;
5+
use Exception;
66
use DOMDocument;
77
use DOMException;
8-
use Exception;
98
use ReflectionClass;
9+
use Barryvdh\Reflection\DocBlock;
1010

1111
/**
1212
* Class that allows to convert PHP documentations in HTML file.

0 commit comments

Comments
 (0)