Skip to content

Commit 5cbc4dd

Browse files
authored
Remove useless comments (#168)
1 parent 9c1c0ba commit 5cbc4dd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/KernelFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
use SymfonyDocsBuilder\Twig\TocExtension;
2222
use function Symfony\Component\String\u;
2323

24-
/**
25-
* Class KernelFactory.
26-
*/
2724
final class KernelFactory
2825
{
2926
public static function createKernel(BuildConfig $buildConfig, ?UrlChecker $urlChecker = null): Kernel

src/SymfonyHTMLFormat.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
use SymfonyDocsBuilder\CI\UrlChecker;
2222
use Doctrine\RST\HTML\Renderers\SpanNodeRenderer as BaseSpanNodeRenderer;
2323

24-
/**
25-
* Class SymfonyHTMLFormat.
26-
*/
2724
final class SymfonyHTMLFormat implements Format
2825
{
2926
protected $templateRenderer;

0 commit comments

Comments
 (0)