Skip to content

Commit 47e5ded

Browse files
committed
final touch: add on purpose comment for future reference
1 parent d44dd34 commit 47e5ded

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rules-tests/CodeQuality/Rector/Catch_/ThrowWithPreviousExceptionRector/Fixture/skip_with_custom_param_in_previous_position.php.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Rector\Tests\CodeQuality\Rector\Catch_\ThrowWithPreviousExceptionRector\Fixture;
44

5+
/**
6+
* This direct use new ExceptionWithCustomParam() inside the class is on purpose to reproduce the issue
7+
*/
58
final class ExceptionWithCustomParam extends \RuntimeException
69
{
710
public function __construct(

0 commit comments

Comments
 (0)