Skip to content

Commit 1101d63

Browse files
committed
Try this
1 parent 45c4704 commit 1101d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Customisable-Sniff-Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This sniff ensures that parameters passed to a function are used within that fun
4141
```php
4242
public function execute(InputInterface $input, OutputInterface $output): int
4343
{
44-
$output->write('Hello World!');
44+
$output->writeLine('Hello World!');
4545
}
4646
```
4747

0 commit comments

Comments
 (0)