Skip to content

Commit 3f3e275

Browse files
Missing comment
1 parent 9c82f85 commit 3f3e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/attributes/delayed_target_validation/with_SensitiveParameter.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DemoClass {
2828
public function printVal(
2929
#[DelayedTargetValidation]
3030
#[SensitiveParameter]
31-
$sensitive
31+
$sensitive // Does something here
3232
) {
3333
throw new Exception('Testing backtrace');
3434
}

0 commit comments

Comments
 (0)