Wasn't piratey enough
This commit is contained in:
parent
57150f9105
commit
b53fcd71c8
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ $opcache = (new Service([
|
|||
"Overview": "Crows nest",
|
||||
"Cached": "Thar Booty",
|
||||
"Ignored": "The Black Spot",
|
||||
"Preloaded": "Ready an' waitin', Captain'",
|
||||
"Preloaded": "Ready an' waitin', Cap'n",
|
||||
"Reset cache": "Be gone, yer scurvy dogs!",
|
||||
"Enable real-time update": "Keep a weathered eye",
|
||||
"Disable real-time update": "Avert yer eyes, sea dog!"
|
||||
|
@ -354,4 +354,4 @@ public function getData(?string $section = null, ?string $property = null)
|
|||
public function resetCache(?string $file = null): bool
|
||||
```
|
||||
|
||||
It'll just be a case of removing the `?` from each of the params.
|
||||
It'll just be a case of removing the `?` from each of the params.
|
||||
|
|
Loading…
Reference in a new issue