You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,18 +130,14 @@ foreach($results->results as $result) {
130
130
}
131
131
```
132
132
133
-
### New class instances
133
+
### Classes
134
134
135
-
To search for a class created by the `new` keyword, use the `classes` method before calling `search`.
135
+
To search for either a class definition or a class created by the `new` keyword, use the `classes`. Regular expression patterns are supported by surrounding a value with slashes `/`.
0 commit comments