@@ -249,7 +249,7 @@ discard block |
||
| 249 | 249 | * |
| 250 | 250 | * @see init() |
| 251 | 251 | * |
| 252 | - * @param $pathname |
|
| 252 | + * @param string $pathname |
|
| 253 | 253 | * @return mixed|null |
| 254 | 254 | */ |
| 255 | 255 | private function detectLocationViaFolderByPathname($pathname) |
@@ -266,7 +266,7 @@ discard block |
||
| 266 | 266 | /** |
| 267 | 267 | * private helper function to detect if a script is from within a module |
| 268 | 268 | * |
| 269 | - * @param $pathname |
|
| 269 | + * @param string $pathname |
|
| 270 | 270 | * @return null|string |
| 271 | 271 | */ |
| 272 | 272 | private function detecLocationModuleByPathname($pathname) |