Skip to content

Commit 80ea59a

Browse files
committed
convert SensitiveParameter as well
1 parent da78e3e commit 80ea59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/phpstorm-stubs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ echo "Adjusting stubs..."
2828
-e 's/^(\s*)\): ([^;]+);$/\1): \2 {}/' \
2929
-e 's/^(\s+\*) @alias (.+)$/\1 @see \2()/' \
3030
-e 's/^(\s+\*) @var \$context array/\1 @example $context array/' \
31+
-e '/#\[\\SensitiveParameter\]$/N;s/#\[\\SensitiveParameter\]\s*\n\s*/#[\\SensitiveParameter] /' \
3132
relay.stub.php

0 commit comments

Comments
 (0)