We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61df6f5 commit 95fe45fCopy full SHA for 95fe45f
README.md
@@ -137,7 +137,7 @@ Please see [API](API.md) for more informative API documentation.
137
138
## Tip for better IDE support
139
140
-For better IDE support, you should add a `query` method phpDoc annotation to your model:
+In order to get better IDE support, you should add a `query` method phpDoc annotation to your model:
141
142
```php
143
/**
@@ -161,7 +161,7 @@ class Place extends Model
161
}
162
```
163
164
-In order to get IDE auto-complete you should create queries only with the `query()` static method:
+Create queries only with the `query()` static method:
165
166
167
Place::query()->whereDistance(...); // This is IDE-friendly
0 commit comments