Skip to content

Commit 39b5649

Browse files
committed
disable php code sniffer
1 parent bef3510 commit 39b5649

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/lib/UnitySite.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ public static function getGithubKeys($username)
4545
if ((!is_array($keys)) || (count($keys) == 0)) {
4646
return [];
4747
}
48+
// phpcs:disable
4849
return array_map(function($x){return $x->key;}, $keys);
50+
// phpcs:enable
4951
}
5052

5153
public static function testValidSSHKey($key_str)

0 commit comments

Comments
 (0)