At some point a negative check using `is_array($deps)` adds a fallback to an empty array which is actually our desired behavior as we do not have any dependencies. Use an empty array explicitly to comply with the method contract to explicitly declare "no dependencies".