| @@ -11,8 +11,8 @@ | ||
| 11 | 11 | const TEST_2 = 'test2'; | 
| 12 | 12 | const TEST_3 = 'test3'; | 
| 13 | 13 | |
| 14 | - // This shouldn't get included in meta | |
| 14 | + // This shouldn't get included in meta | |
| 15 | 15 | private const NOT_INCLUDED = [ | 
| 16 | - 'some' => 'value', | |
| 16 | + 'some' => 'value', | |
| 17 | 17 | ]; | 
| 18 | 18 | } |