Skip to content

Commit 95fe45f

Browse files
committed
fix
1 parent 61df6f5 commit 95fe45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Please see [API](API.md) for more informative API documentation.
137137

138138
## Tip for better IDE support
139139

140-
For better IDE support, you should add a `query` method phpDoc annotation to your model:
140+
In order to get better IDE support, you should add a `query` method phpDoc annotation to your model:
141141

142142
```php
143143
/**
@@ -161,7 +161,7 @@ class Place extends Model
161161
}
162162
```
163163

164-
In order to get IDE auto-complete you should create queries only with the `query()` static method:
164+
Create queries only with the `query()` static method:
165165

166166
```php
167167
Place::query()->whereDistance(...); // This is IDE-friendly

0 commit comments

Comments
 (0)