File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ fecc1eb0893900aa5f0e840b8b0c94d2472731c2
11
11
c709aedfb70105dd006ffbbbf8f82d9716db9614
12
12
c10c3ac2613e54de290a9135afe024036174ef20
13
13
aef6f8b59ab2ff054b1a823efe242e0cb0cd1164
14
+ d521d82e9b14a5f411f3492529800c6b39f17740
Original file line number Diff line number Diff line change 14
14
<directory suffix =" .php" >./src</directory >
15
15
</include >
16
16
<exclude >
17
+ <directory suffix =" .php" >./src/Attributes</directory >
17
18
<directory suffix =" .php" >./src/ObjectHelpers</directory >
18
19
<directory suffix =" .php" >./src/Exceptions</directory >
19
20
</exclude >
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace EncoreDigitalGroup \StdLib \Attributes ;
4
+
5
+ use Attribute ;
6
+
7
+ #[Attribute(Attribute::TARGET_CLASS )]
8
+ class Deprecated {}
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace EncoreDigitalGroup \StdLib \Attributes ;
4
+
5
+ use Attribute ;
6
+
7
+ #[Attribute(Attribute::TARGET_CLASS )]
8
+ class Internal {}
You can’t perform that action at this time.
0 commit comments