@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * Add a location that alias files may be found. |
| 38 | 38 | * |
| 39 | - * @param string $path |
|
| 39 | + * @param string $paths |
|
| 40 | 40 | * @return $this |
| 41 | 41 | */ |
| 42 | 42 | public function addSearchLocation($paths) |
@@ -78,6 +78,7 @@ discard block |
||
| 78 | 78 | /** |
| 79 | 79 | * Only search for aliases that are in alias files stored in directories |
| 80 | 80 | * whose basename or key matches the specified location. |
| 81 | + * @param string|null $location |
|
| 81 | 82 | */ |
| 82 | 83 | public function filterByLocation($location) |
| 83 | 84 | { |
@@ -105,7 +106,7 @@ discard block |
||
| 105 | 106 | * of the specified search locations. |
| 106 | 107 | * |
| 107 | 108 | * @param string $siteName |
| 108 | - * @return string|bool |
|
| 109 | + * @return false|string |
|
| 109 | 110 | */ |
| 110 | 111 | public function findSingleSiteAliasFile($siteName) |
| 111 | 112 | { |