@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | */ |
56 | 56 | public function networkMessage($networkStatus) |
57 | 57 | { |
58 | - return 'network connection status ===> '.($networkStatus == 'false' ? 'not connected' : 'connected'); |
|
58 | + return 'network connection status ===> ' . ($networkStatus == 'false' ? 'not connected' : 'connected'); |
|
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
@@ -66,6 +66,6 @@ discard block |
||
66 | 66 | */ |
67 | 67 | public function webServerMessage($webServerStatus) |
68 | 68 | { |
69 | - return 'web server status ===> '.$webServerStatus; |
|
69 | + return 'web server status ===> ' . $webServerStatus; |
|
70 | 70 | } |
71 | 71 | } |