@@ -125,7 +125,6 @@ |
||
125 | 125 | /** |
126 | 126 | * Sets the regexp that will match the starting block directives. |
127 | 127 | * |
128 | - * @param string $simpleDirective the regexp that will match the starting block directives |
|
129 | 128 | */ |
130 | 129 | public function setStartMultiLine($startMultiLine) |
131 | 130 | { |
@@ -43,8 +43,8 @@ |
||
43 | 43 | /** |
44 | 44 | * The exception to throw if a directive matcher is invalid. |
45 | 45 | * |
46 | - * @param string $prefix the matcher |
|
47 | 46 | * @param string $message the error message |
47 | + * @param string $matcher |
|
48 | 48 | * |
49 | 49 | * @return ServerException the exception to throw |
50 | 50 | */ |
@@ -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. |