Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 9037a10

Browse files
committed
CS fixes
- trailing whitespace
1 parent b9dcc42 commit 9037a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Converter/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public static function fromLdapUnserialize($value)
386386
ErrorHandler::start(E_NOTICE);
387387
$v = unserialize($value);
388388
ErrorHandler::stop();
389-
389+
390390
if (false === $v && $value != 'b:0;') {
391391
throw new Exception\UnexpectedValueException('The given value could not be unserialized');
392392
}

0 commit comments

Comments
 (0)