File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,26 +99,26 @@ class Directory
9999{
100100 /**
101101 * @var string The directory that was opened.
102+ * @removed 8.1
102103 */
103- #[PhpStormStubsElementAvailable(to: '8.0 ' )]
104104 public $ path ;
105105
106106 /**
107107 * @var string The directory that was opened.
108+ * @since 8.1
108109 */
109- #[PhpStormStubsElementAvailable(from: '8.1 ' )]
110110 public readonly string $ path ;
111111
112112 /**
113113 * @var resource Can be used with other directory functions such as {@see readdir()}, {@see rewinddir()} and {@see closedir()}.
114+ * @removed 8.1
114115 */
115- #[PhpStormStubsElementAvailable(to: '8.0 ' )]
116116 public $ handle ;
117117
118118 /**
119119 * @var resource Can be used with other directory functions such as {@see readdir()}, {@see rewinddir()} and {@see closedir()}.
120+ * @since 8.1
120121 */
121- #[PhpStormStubsElementAvailable(from: '8.1 ' )]
122122 public readonly mixed $ handle ;
123123
124124 /**
You can’t perform that action at this time.
0 commit comments