File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,17 @@ public function dataGetMemberProperties()
210
210
'nullable_type ' => false ,
211
211
],
212
212
],
213
+ [
214
+ '/* testNoPrefix */ ' ,
215
+ [
216
+ 'scope ' => 'public ' ,
217
+ 'scope_specified ' => false ,
218
+ 'is_static ' => false ,
219
+ 'is_readonly ' => false ,
220
+ 'type ' => '' ,
221
+ 'nullable_type ' => false ,
222
+ ],
223
+ ],
213
224
[
214
225
'/* testPublicStaticWithDocblock */ ' ,
215
226
[
@@ -287,17 +298,6 @@ public function dataGetMemberProperties()
287
298
'nullable_type ' => true ,
288
299
],
289
300
],
290
- [
291
- '/* testNoPrefix */ ' ,
292
- [
293
- 'scope ' => 'public ' ,
294
- 'scope_specified ' => false ,
295
- 'is_static ' => false ,
296
- 'is_readonly ' => false ,
297
- 'type ' => '' ,
298
- 'nullable_type ' => false ,
299
- ],
300
- ],
301
301
[
302
302
'/* testGroupProtectedStatic 1 */ ' ,
303
303
[
You can’t perform that action at this time.
0 commit comments