Skip to content

Commit

Permalink
ensure comments are technically correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Gow committed Oct 31, 2018
1 parent 3cc097f commit 6fe2cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/php/Model/LDAPFakeGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class LDAPFakeGateway extends LDAPGateway implements TestOnly
{
public function __construct()
{
// thumbnail images are raw png
// thumbnail images are raw JPEG/JFIF files, but that's not important
// for this test, as long as the binary content are the same
self::$data['users']['456']['thumbnailphoto'] = base64_decode(self::$data['users']['456']['thumbnailphoto']);
}

Expand Down

0 comments on commit 6fe2cae

Please sign in to comment.