Closed turbaszek closed 3 years ago
@kaxil @Humbedooh by refactoring scanners to be classes we will gain multiple things. Apart from encapsulation and introducing more DRYness it will be much more easier to move around code base due to possible types hints.
This will help us refactor and standarize all scanners. Additionally this class create a good place to have common method which are deuplicated in many places.