Subversion Repositories uuid_mac_utils

Compare Revisions

No changes between revisions

Regard whitespace Rev 10 → Rev 11

/trunk/includes/OidDerConverter.class.php
191,7 → 191,7
// 2.48 and up => 2+ octets
// Output in "part 3"
 
if ($arcBeginning && ($pb == 0x80)) {
if ($pb == 0x80) {
if ($verbose) fprintf(STDERR, "Encoding error. Illegal 0x80 paddings. (See Rec. ITU-T X.690, clause 8.19.2)\n");
return false;
} else {
/trunk/phpstan.neon.dist
0,0 → 1,8
parameters:
level: 5
paths:
- .
excludePaths:
analyseAndScan:
- .phpstan.tmp
tmpDir: .phpstan.tmp
/trunk/.
Property changes:
Modified: svn:ignore
+.phpstan.tmp
web-data