Skip to content

Commit c5bea3f

Browse files
authored
Update README.md
1 parent 342bccb commit c5bea3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This extension provides the following features, as long as you [stick to the rul
1616

1717
In case you are using Doctrine ORM, you might use `phpstan-dba` in tandem with [phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).
1818

19-
**Note:**
20-
At the moment only MySQL/MariaDB and PGSQL databases are supported. Technically it's not a big problem to support other databases though.
19+
> [!NOTE]
20+
> At the moment only MySQL/MariaDB and PGSQL databases are supported. Technically it's not a big problem to support other databases though.
2121
2222
## Talks
2323

@@ -80,7 +80,8 @@ QueryReflection::setupReflector(
8080
);
8181
```
8282

83-
*Note*: [Configuration for PGSQL is pretty similar](https://github.com/staabm/phpstan-dba/blob/main/docs/pgsql.md)
83+
> [!NOTE]
84+
> [Configuration for PGSQL](https://github.com/staabm/phpstan-dba/blob/main/docs/pgsql.md) is pretty similar
8485
8586
**Third**, create or update your `phpstan.neon` file so [bootstrapFiles](https://phpstan.org/config-reference#bootstrap) includes `phpstan-dba-bootstrap.php`.
8687

0 commit comments

Comments
 (0)