@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @author Tomasz Wolniewicz <[email protected]> |
| 36 | 36 | * @package ModuleWriting |
| 37 | 37 | */ |
| 38 | - class DeviceW8W10 extends WindowsCommon { |
|
| 38 | + class DeviceW8W10 extends WindowsCommon { |
|
| 39 | 39 | final public function __construct() { |
| 40 | 40 | parent::__construct(); |
| 41 | 41 | \core\common\Entity::intoThePotatoes(); |
@@ -22,15 +22,15 @@ |
||
| 22 | 22 | namespace devices\redirect_dev; |
| 23 | 23 | |
| 24 | 24 | class DeviceRedirectDev extends \core\DeviceConfig { |
| 25 | - /** |
|
| 26 | - * Constructs a Device object. |
|
| 27 | - * |
|
| 28 | - * @final not to be redefined |
|
| 29 | - */ |
|
| 25 | + /** |
|
| 26 | + * Constructs a Device object. |
|
| 27 | + * |
|
| 28 | + * @final not to be redefined |
|
| 29 | + */ |
|
| 30 | 30 | final public function __construct() { |
| 31 | 31 | parent::__construct(); |
| 32 | - $this->setSupportedEapMethods([\core\common\EAP::EAPTYPE_NONE]); |
|
| 33 | - $this->loggerInstance->debug(4,"RedirectEx called"); |
|
| 32 | + $this->setSupportedEapMethods([\core\common\EAP::EAPTYPE_NONE]); |
|
| 33 | + $this->loggerInstance->debug(4,"RedirectEx called"); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |