Skip to content

Commit e0cf6e2

Browse files
committed
DEPRECATE Package
1 parent 5a2bbc1 commit e0cf6e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Package.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
namespace DaveLiddament\PhpLanguageExtensions;
66

77
/**
8-
* Limit calls to classes or methods with the Package attribute to calls from classes in the name namespace.
8+
* @deprecated use #[NamespaceVisibility]
9+
* Limit calls to classes or methods with the Package attribute to calls from classes in the name namespace
910
*/
1011
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)]
1112
final class Package

0 commit comments

Comments
 (0)