Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F584980
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
558 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/includes/libs/WRStats/README.md b/includes/libs/WRStats/README.md
index 589fb1b16a8..9ce00707bb9 100644
--- a/includes/libs/WRStats/README.md
+++ b/includes/libs/WRStats/README.md
@@ -100,8 +100,8 @@ Typical usage:
```php
$wrstatsFactory = MediaWikiServices::getInstance()->getWRStatsFactory();
$rateLimiter = $wrstatsFactory->createRateLimiter(
- 'by_user' => [
- new LimitCondition( 10, 60 ) // 10 edits per minute
+ [
+ 'by_user' => new LimitCondition( 10, 60 ), // 10 edits per minute
],
'MyLimitCaller'
);
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:31 AM (8 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227447
Default Alt Text
(558 B)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment