collation: Use `self` to reference same class instead of class name
authorDerick Alangi <alangiderick@gmail.com>
Wed, 20 Mar 2019 20:00:03 +0000 (21:00 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Wed, 20 Mar 2019 20:00:03 +0000 (21:00 +0100)
commit9e8f5c3067e52b3f73ba4abe191be8606b12c59c
tree7e4e20c6202247622ba406d536d0a49df6034729
parente552f302537d538a609ed8f95d476d99f4c6e248
collation: Use `self` to reference same class instead of class name

With the use of `self`, even if the class name is changed (which is
very unlikely), then the code won't break. So it's a way of future
proofing the code.

Change-Id: Ib4046315b8aaee2e77af036893924962d25ceeb1
includes/collation/Collation.php