Passed
Pull Request — master (#988)
by
unknown
04:47
created
framework/Shell/Actions/TWebServerAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 	 */
114 114
 	public function getAddress(): string
115 115
 	{
116
-		if(!$this->_address) {
116
+		if (!$this->_address) {
117 117
 			if ($this->getIpv6()) {
118 118
 				if ($this->getAll()) {
119 119
 					return '[::0]';
Please login to merge, or discard this patch.