|
@@ -117,7 +117,7 @@ $opcache = (new Service([
|
|
"Overview": "Crows nest",
|
|
"Overview": "Crows nest",
|
|
"Cached": "Thar Booty",
|
|
"Cached": "Thar Booty",
|
|
"Ignored": "The Black Spot",
|
|
"Ignored": "The Black Spot",
|
|
- "Preloaded": "Ready an' waitin', Captain'",
|
|
|
|
|
|
+ "Preloaded": "Ready an' waitin', Cap'n",
|
|
"Reset cache": "Be gone, yer scurvy dogs!",
|
|
"Reset cache": "Be gone, yer scurvy dogs!",
|
|
"Enable real-time update": "Keep a weathered eye",
|
|
"Enable real-time update": "Keep a weathered eye",
|
|
"Disable real-time update": "Avert yer eyes, sea dog!"
|
|
"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
|
|
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.
|