Skip to content

Commit 9799bd6

Browse files
committed
minor #13469 Fix docblocks to comments (keradus)
This PR was squashed before being merged into the 2.3 branch (closes #13469). Discussion ---------- Fix docblocks to comments | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | ? | Fixed tickets | N/A | License | MIT | Doc PR | N/A Change docblock into comment when it's not a proper docblock. Commits ------- 779926a Fix docblocks to comments
2 parents 48eea91 + 364b8bb commit 9799bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Exception/FatalErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\Exception;
1313

14-
/**
14+
/*
1515
* Fatal Error Exception.
1616
*
1717
* @author Konstanton Myakshin <koc-dp@yandex.ru>

Exception/FlattenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\Exception;
1313

14-
/**
14+
/*
1515
* FlattenException wraps a PHP Exception to be able to serialize it.
1616
*
1717
* Basically, this class removes all objects from the trace.

0 commit comments

Comments
 (0)