Various code cleanup.

This commit is contained in:
James Cole
2017-12-22 18:32:43 +01:00
parent f13a93348f
commit 8bd76d1ff0
188 changed files with 383 additions and 396 deletions

View File

@@ -109,6 +109,7 @@ class TransactionMatcher
/**
* Return limit
*
* @return int
*/
public function getLimit(): int
@@ -132,6 +133,7 @@ class TransactionMatcher
/**
* Get range
*
* @return int
*/
public function getRange(): int
@@ -155,6 +157,7 @@ class TransactionMatcher
/**
* Get triggers
*
* @return array
*/
public function getTriggers(): array