The type hint : void ist not possible in PHP 7.0 but the php code sniffer requires a return type even for methods with the @return void tag.
The type hint : void ist not possible in PHP 7.0 but the php code sniffer requires a return type even for methods with the @return void tag.