Skip to content

Commit bb4e39f

Browse files
2 more fixes
1 parent f4cc191 commit bb4e39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Core/Tokenizers/PHP/BackfillAsymmetricVisibilityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testAsymmetricVisibility($testMarker, $testType, $testContent)
3535
T_PUBLIC_SET,
3636
T_PROTECTED_SET,
3737
T_PRIVATE_SET,
38-
// For error cases
38+
// For error cases.
3939
constant($testType),
4040
],
4141
$testContent
@@ -245,7 +245,7 @@ public static function dataAsymmetricVisibility()
245245
'testMarker' => '/* testLiveCoding */',
246246
'testType' => 'T_PRIVATE',
247247
'testContent' => 'private',
248-
]
248+
],
249249
];
250250

251251
}//end dataAsymmetricVisibility()

0 commit comments

Comments
 (0)