@@ -46,12 +46,12 @@ |
||
46 | 46 | { |
47 | 47 | $this->ssid = $network[1]; |
48 | 48 | $this->bssid = $network[2]; |
49 | - $this->channel = (int) $network[4]; |
|
49 | + $this->channel = (int)$network[4]; |
|
50 | 50 | $this->security = $network[7]; |
51 | - $this->securityFlags = $network[8].' '.$network[9]; |
|
51 | + $this->securityFlags = $network[8] . ' ' . $network[9]; |
|
52 | 52 | $this->dbm = $network[6]; |
53 | - $this->quality = to_quality((int) $network[6]); |
|
54 | - $this->frequency = (int) $network[5]; |
|
53 | + $this->quality = to_quality((int)$network[6]); |
|
54 | + $this->frequency = (int)$network[5]; |
|
55 | 55 | $this->connected = ($network[0] == self::POSITIVE_CONNECTION_FLAG); |
56 | 56 | |
57 | 57 | return $this; |