@@ -69,17 +69,17 @@ |
||
69 | 69 | return $this; |
70 | 70 | } |
71 | 71 | |
72 | - /** |
|
73 | - * Getter for the server instance. |
|
74 | - * |
|
75 | - * @see Server\ServerInterface Server Documentation |
|
76 | - * |
|
77 | - * @param Server\ServerInterface the server instance |
|
78 | - */ |
|
79 | - public function getServer() |
|
80 | - { |
|
81 | - return $this->server; |
|
82 | - } |
|
72 | + /** |
|
73 | + * Getter for the server instance. |
|
74 | + * |
|
75 | + * @see Server\ServerInterface Server Documentation |
|
76 | + * |
|
77 | + * @param Server\ServerInterface the server instance |
|
78 | + */ |
|
79 | + public function getServer() |
|
80 | + { |
|
81 | + return $this->server; |
|
82 | + } |
|
83 | 83 | |
84 | 84 | /** |
85 | 85 | * Getter for the active config main context. |