@@ -243,85 +243,85 @@ public static function dataAsymmetricVisibility()
243
243
public static function dataNotAsymmetricVisibility ()
244
244
{
245
245
return [
246
- 'property, invalid case 1 ' => [
246
+ 'property, invalid case 1 ' => [
247
247
'testMarker ' => '/* testInvalidUnsetProperty */ ' ,
248
248
'testType ' => 'T_PUBLIC ' ,
249
249
'testContent ' => 'public ' ,
250
250
],
251
- 'property, invalid case 2 ' => [
251
+ 'property, invalid case 2 ' => [
252
252
'testMarker ' => '/* testInvalidSpaceProperty */ ' ,
253
253
'testType ' => 'T_PUBLIC ' ,
254
254
'testContent ' => 'public ' ,
255
255
],
256
- 'property, invalid case 3 ' => [
256
+ 'property, invalid case 3 ' => [
257
257
'testMarker ' => '/* testInvalidCommentProperty */ ' ,
258
258
'testType ' => 'T_PROTECTED ' ,
259
259
'testContent ' => 'protected ' ,
260
260
],
261
- 'property, invalid case 4 ' => [
261
+ 'property, invalid case 4 ' => [
262
262
'testMarker ' => '/* testInvalidGetProperty */ ' ,
263
263
'testType ' => 'T_PRIVATE ' ,
264
264
'testContent ' => 'private ' ,
265
265
],
266
- 'property, invalid case 5 ' => [
266
+ 'property, invalid case 5 ' => [
267
267
'testMarker ' => '/* testInvalidNoParenProperty */ ' ,
268
268
'testType ' => 'T_PRIVATE ' ,
269
269
'testContent ' => 'private ' ,
270
270
],
271
271
272
272
// Constructor property promotion.
273
- 'promotion, invalid case 1 ' => [
273
+ 'promotion, invalid case 1 ' => [
274
274
'testMarker ' => '/* testInvalidUnsetCPP */ ' ,
275
275
'testType ' => 'T_PUBLIC ' ,
276
276
'testContent ' => 'public ' ,
277
277
],
278
- 'promotion, invalid case 2 ' => [
278
+ 'promotion, invalid case 2 ' => [
279
279
'testMarker ' => '/* testInvalidSpaceCPP */ ' ,
280
280
'testType ' => 'T_PUBLIC ' ,
281
281
'testContent ' => 'public ' ,
282
282
],
283
- 'promotion, invalid case 3 ' => [
283
+ 'promotion, invalid case 3 ' => [
284
284
'testMarker ' => '/* testInvalidCommentCPP */ ' ,
285
285
'testType ' => 'T_PROTECTED ' ,
286
286
'testContent ' => 'protected ' ,
287
287
],
288
- 'promotion, invalid case 4 ' => [
288
+ 'promotion, invalid case 4 ' => [
289
289
'testMarker ' => '/* testInvalidGetCPP */ ' ,
290
290
'testType ' => 'T_PRIVATE ' ,
291
291
'testContent ' => 'private ' ,
292
292
],
293
- 'promotion, invalid case 5 ' => [
293
+ 'promotion, invalid case 5 ' => [
294
294
'testMarker ' => '/* testInvalidNoParenCPP */ ' ,
295
295
'testType ' => 'T_PRIVATE ' ,
296
296
'testContent ' => 'private ' ,
297
297
],
298
298
299
299
// Context sensitivitiy.
300
- 'protected as function name ' => [
300
+ 'protected as function name ' => [
301
301
'testMarker ' => '/* testProtectedFunctionName */ ' ,
302
302
'testType ' => 'T_STRING ' ,
303
303
'testContent ' => 'protected ' ,
304
304
],
305
- 'public as function name ' => [
305
+ 'public as function name ' => [
306
306
'testMarker ' => '/* testPublicFunctionName */ ' ,
307
307
'testType ' => 'T_STRING ' ,
308
308
'testContent ' => 'public ' ,
309
309
],
310
- 'set as parameter type ' => [
310
+ 'set as parameter type ' => [
311
311
'testMarker ' => '/* testSetParameterType */ ' ,
312
312
'testType ' => 'T_STRING ' ,
313
313
'testContent ' => 'Set ' ,
314
314
],
315
315
316
316
// Live coding.
317
- 'live coding ' => [
317
+ 'live coding ' => [
318
318
'testMarker ' => '/* testLiveCoding */ ' ,
319
319
'testType ' => 'T_PRIVATE ' ,
320
320
'testContent ' => 'private ' ,
321
321
],
322
322
];
323
323
324
- }//end dataAsymmetricVisibility ()
324
+ }//end dataNotAsymmetricVisibility ()
325
325
326
326
327
327
}//end class
0 commit comments