Skip to content

Commit 614ac45

Browse files
authored
fix incorrect fluent string doesntContain example in documentation (#10904)
* Add resove to reserved keywords in blade * fix incorrect fluent string doesntContain example in documentation"
1 parent 1058f41 commit 614ac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ use Illuminate\Support\Str;
23422342

23432343
$doesntContain = Str::of('This is my name')->doesntContain('MY', ignoreCase: true);
23442344

2345-
// true
2345+
// false
23462346
```
23472347

23482348
<a name="method-fluent-str-doesnt-end-with"></a>

0 commit comments

Comments
 (0)