File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,26 +99,26 @@ class Directory
99
99
{
100
100
/**
101
101
* @var string The directory that was opened.
102
+ * @removed 8.1
102
103
*/
103
- #[PhpStormStubsElementAvailable(to: '8.0 ' )]
104
104
public $ path ;
105
105
106
106
/**
107
107
* @var string The directory that was opened.
108
+ * @since 8.1
108
109
*/
109
- #[PhpStormStubsElementAvailable(from: '8.1 ' )]
110
110
public readonly string $ path ;
111
111
112
112
/**
113
113
* @var resource Can be used with other directory functions such as {@see readdir()}, {@see rewinddir()} and {@see closedir()}.
114
+ * @removed 8.1
114
115
*/
115
- #[PhpStormStubsElementAvailable(to: '8.0 ' )]
116
116
public $ handle ;
117
117
118
118
/**
119
119
* @var resource Can be used with other directory functions such as {@see readdir()}, {@see rewinddir()} and {@see closedir()}.
120
+ * @since 8.1
120
121
*/
121
- #[PhpStormStubsElementAvailable(from: '8.1 ' )]
122
122
public readonly mixed $ handle ;
123
123
124
124
/**
You can’t perform that action at this time.
0 commit comments