Skip to content

Commit 9357705

Browse files
authored
php open tag doc
1 parent 6c366b0 commit 9357705

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ CREATE TABLE `log` (
5454
You can use 'db' (with _Zend\Db_) config or 'doctrine' (with _DoctrineORMModule_) config that will be converted to be usable with `Zend\Log\Writer\Db`.
5555

5656
```php
57+
<?php
5758
// config/autoload/local.php
5859
return [
5960
'db' => [
@@ -72,6 +73,7 @@ return [
7273
**OR**
7374

7475
```php
76+
<?php
7577
// config/autoload/local.php
7678
return [
7779
'doctrine' => [

0 commit comments

Comments
 (0)