Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit cf92cc6

Browse files
committed
Use consistent spacing in example array
1 parent d4b8bf0 commit cf92cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ news entry. For this task, the optional parameters `action` and `id` need to
5959
have values assigned. This is how you do that:
6060

6161
```php
62-
<a href="<?= $this->url('news', ['action' => 'details', 'id' =>42]); ?>">
62+
<a href="<?= $this->url('news', ['action' => 'details', 'id' => 42]); ?>">
6363
Details of News #42
6464
</a>
6565
```

0 commit comments

Comments
 (0)