Skip to content

Commit 107ea3b

Browse files
Rename
1 parent 77535f2 commit 107ea3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Framework/Attributes/DataProviderMethod.php renamed to src/Framework/Attributes/DataProviderExternal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Attribute;
1313

1414
#[Attribute(Attribute::IS_REPEATABLE)]
15-
final class DataProviderMethod
15+
final class DataProviderExternal
1616
{
1717
/**
1818
* @var string

src/Framework/Attributes/DependsMethod.php renamed to src/Framework/Attributes/DependsExternal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Attribute;
1313

1414
#[Attribute(Attribute::IS_REPEATABLE)]
15-
final class DependsMethod
15+
final class DependsExternal
1616
{
1717
/**
1818
* @var string

0 commit comments

Comments
 (0)