@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * Opens a SVN repository on the file system |
| 60 | 60 | * |
| 61 | 61 | * @param string $repositoryPath The full path to the repository |
| 62 | - * @param Binary|string|null $svn The SVN binary |
|
| 62 | + * @param Binary $svn The SVN binary |
|
| 63 | 63 | * @return Repository |
| 64 | 64 | * @throws \RuntimeException If the path cannot be created |
| 65 | 65 | * @throws \InvalidArgumentException If the path is not valid or if it's not a valid SVN repository |
@@ -283,7 +283,7 @@ |
||
| 283 | 283 | /** |
| 284 | 284 | * streamWrapper::dir_readdir — Read entry from directory handle |
| 285 | 285 | * |
| 286 | - * @return string|false Should return string representing the next filename, or FALSE if there is no next file. |
|
| 286 | + * @return string Should return string representing the next filename, or FALSE if there is no next file. |
|
| 287 | 287 | */ |
| 288 | 288 | public function dir_readdir() |
| 289 | 289 | { |