Skip to content

Commit aa107ac

Browse files
authored
docs: fix whitespace
1 parent 2c824dc commit aa107ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Note that your function must use the event-style function signature:
212212
```php
213213
function helloEvents($data, $context)
214214
{
215-
var_dump($data);
216-
var_dump($context);
215+
var_dump($data);
216+
var_dump($context);
217217
}
218218
```
219219

0 commit comments

Comments
 (0)