Skip to content

Commit

Permalink
Remove useless comments (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Nov 1, 2023
1 parent 9c1c0ba commit 5cbc4dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/KernelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use SymfonyDocsBuilder\Twig\TocExtension;
use function Symfony\Component\String\u;

/**
* Class KernelFactory.
*/
final class KernelFactory
{
public static function createKernel(BuildConfig $buildConfig, ?UrlChecker $urlChecker = null): Kernel
Expand Down
3 changes: 0 additions & 3 deletions src/SymfonyHTMLFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use SymfonyDocsBuilder\CI\UrlChecker;
use Doctrine\RST\HTML\Renderers\SpanNodeRenderer as BaseSpanNodeRenderer;

/**
* Class SymfonyHTMLFormat.
*/
final class SymfonyHTMLFormat implements Format
{
protected $templateRenderer;
Expand Down

0 comments on commit 5cbc4dd

Please sign in to comment.