Skip to content

Commit 2de7ab0

Browse files
authored
Create faq.md (#366)
1 parent 5c112b0 commit 2de7ab0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ includes:
101101
- [MySQL Support](https://github.com/staabm/phpstan-dba/blob/main/docs/mysql.md)
102102
- [PGSQL Support](https://github.com/staabm/phpstan-dba/blob/main/docs/pgsql.md)
103103
- [Reflector Overview](https://github.com/staabm/phpstan-dba/blob/main/docs/reflectors.md)
104+
- [How to analyze a PHP 7.x codebase?](https://github.com/staabm/phpstan-dba/blob/main/docs/faq.md)

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Frequently asked questions
2+
3+
## how to analyze a php7.x codebase?
4+
5+
Make sure to either define the target platform version in your `composer.json` or define your target [php version in your phpstan-config](https://phpstan.org/config-reference#phpversion).

0 commit comments

Comments
 (0)