@@ -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 | */ |