Skip to content

Commit 24414a6

Browse files
committed
note 2
1 parent 41c4a5d commit 24414a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

rules-tests/CodeQuality/Rector/AttributeGroup/SingleConditionSecurityAttributeToIsGrantedRector/SingleConditionSecurityAttributeToIsGrantedRectorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
1010

11-
/**
12-
* @see https://github.com/symfony/symfony/pull/27305/
13-
*/
1411
final class SingleConditionSecurityAttributeToIsGrantedRectorTest extends AbstractRectorTestCase
1512
{
1613
#[DataProvider('provideData')]

rules/CodeQuality/Rector/AttributeGroup/SingleConditionSecurityAttributeToIsGrantedRector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1717
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1818

19+
/**
20+
* @see https://github.com/symfony/symfony/pull/27305/
21+
* @see https://stackoverflow.com/a/65439590/1348344
22+
*/
1923
final class SingleConditionSecurityAttributeToIsGrantedRector extends AbstractRector
2024
{
2125
public function __construct(

0 commit comments

Comments
 (0)