We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6418c commit 0387d15Copy full SHA for 0387d15
php-config/Emergence/Mueller/Investigator.config.d/laddr.php
@@ -8,10 +8,11 @@
8
9
Investigator::$tests['email-invalid'] = false;
10
11
-Investigator::$tests['has-about'] = [
+Investigator::$tests['has-long-about'] = [
12
'points' => -10,
13
- 'function' => [Investigator::class, 'testHasUserField'],
14
- 'userField' => 'About'
+ 'function' => function (IUser $User, array &$userCache) {
+ return $User->About && strlen($User->About) > 200;
15
+ }
16
];
17
18
Investigator::$tests['has-comment'] = [
0 commit comments