search: Use self::class instead of __CLASS__ in SearchResultSet
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 8 Aug 2018 00:08:37 +0000 (01:08 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 8 Aug 2018 00:08:37 +0000 (01:08 +0100)
commit64892ce978c138fcc339e1bb9e3c4ad8e903037b
tree83e214c9adbd33b5d6904360eb9832369055cf7f
parent3195d5578f84cefaa5447b35ed3e6097f6bcf9fc
search: Use self::class instead of __CLASS__ in SearchResultSet

For ease of understanding, use the same technique for both
sides of the comparison. Follows-up c2a308075f.

Change-Id: I66475fd4baaa6ab7cd24ad884e9fe01a1cd30d9f
includes/search/SearchResultSet.php