@@ -439,7 +439,6 @@ discard block |
||
439 | 439 | } |
440 | 440 | |
441 | 441 | /** |
442 | - * @param string $message |
|
443 | 442 | * |
444 | 443 | * @return CreateMeetingParameters |
445 | 444 | */ |
@@ -459,7 +458,6 @@ discard block |
||
459 | 458 | } |
460 | 459 | |
461 | 460 | /** |
462 | - * @param string $message |
|
463 | 461 | * |
464 | 462 | * @return CreateMeetingParameters |
465 | 463 | */ |
@@ -42,10 +42,10 @@ |
||
42 | 42 | public function addNamespace($prefix, $baseDir, $prepend = false) |
43 | 43 | { |
44 | 44 | // normalize namespace prefix |
45 | - $prefix = trim($prefix, '\\') . '\\'; |
|
45 | + $prefix = trim($prefix, '\\').'\\'; |
|
46 | 46 | |
47 | 47 | // normalize the base directory with a trailing separator |
48 | - $baseDir = rtrim($baseDir, DIRECTORY_SEPARATOR) . '/'; |
|
48 | + $baseDir = rtrim($baseDir, DIRECTORY_SEPARATOR).'/'; |
|
49 | 49 | |
50 | 50 | // initialize the namespace prefix array |
51 | 51 | if (isset($this->prefixes[$prefix]) === false) { |