Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33cfcd2

Browse files
Improve readme
1 parent 68f0001 commit 33cfcd2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHPStan extension for PHP GraphQL Server integration with Nette Framework
1+
# PHPStan extension for [PHP GraphQL Server integration with Nette Framework](https://github.com/vojtech-dobes/php-graphql-server-nette-integration)
22

33
![Checks](https://github.com/vojtech-dobes/phpstan-php-graphql-server-nette-integration/actions/workflows/checks.yml/badge.svg?branch=master&event=push)
44

@@ -18,7 +18,12 @@ composer require vojtech-dobes/phpstan-php-graphql-server-nette-integration
1818

1919
### Setup
2020

21-
Using this extension you tell PHPStan about your GraphQL service in two ways. Either you can directly use services registered in your DI container, or you can point the extension at NEON configuration file that holds all necessary information in static form. The latter way is less convenient but won't prevent you from using PHPStan if your DI container can't temporarily compile (which is likely to happen during active development).
21+
Using this extension you can tell PHPStan about your GraphQL service in two ways:
22+
23+
- either you can directly use services registered in your DI container
24+
- or you can point the extension at NEON configuration file that holds all necessary information in static form
25+
26+
The latter way is less convenient but won't prevent you from using PHPStan if your DI container can't temporarily compile (which is likely to happen during active development).
2227

2328

2429

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /