The functions _verifyTime() and _verifyOrderStatus use two different ways to return a value. For consistency its better to use the same way every time.
Context: Verifiers.sol#L37-L55, Verifiers.sol#L102-L139
Consider changing the code in the functions _verifyTime() and _verifyOrderStatus in the following way:
