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 88ca664 commit 3e04bf7Copy full SHA for 3e04bf7
php-config/Emergence/Mueller/Investigator.config.d/laddr.php
@@ -16,6 +16,15 @@
16
}
17
];
18
19
+Investigator::$tests['has-twitter-url'] = [
20
+ 'points' => -100,
21
+ 'function' => function (IUser $User) {
22
+ return $User->Twitter
23
+ && stripos($User->Twitter, 'https://twitter.com/') !== 0
24
+ && (stripos($User->Twitter, 'http://') !== false || stripos($User->Twitter, 'https://') !== false);
25
+ }
26
+];
27
+
28
Investigator::$tests['has-comment-url'] = [
29
'points' => -100,
30
'function' => function (IUser $User, array &$userCache) {
0 commit comments