Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1132 → Rev 1133

/trunk/vendor/danielmarschall/php_utils/VtsLDAPUtils.class.php
22,7 → 22,7
 
protected $conn = null;
 
private static function _L($str, ...$sprintfArgs) {
private static function _L(string $str, ...$sprintfArgs): string {
if (function_exists('_L')) {
return _L($str, $sprintfArgs);
} else if (function_exists('my_vsprintf')) {