@@ -161,8 +161,8 @@ public function autoload($class)
161
161
/**
162
162
* loadModuleFromDir
163
163
*
164
- * @param string $dirPath
165
- * @param string $class
164
+ * @param string $dirPath
165
+ * @param string $class
166
166
* @return mixed
167
167
* False [if unable to load $class]
168
168
* get_class($class) [if $class is successfully loaded]
@@ -184,8 +184,8 @@ protected function loadModuleFromDir($dirPath, $class)
184
184
/**
185
185
* loadModuleFromPhar
186
186
*
187
- * @param string $pharPath
188
- * @param string $class
187
+ * @param string $pharPath
188
+ * @param string $class
189
189
* @return mixed
190
190
* False [if unable to load $class]
191
191
* get_class($class) [if $class is successfully loaded]
@@ -261,7 +261,7 @@ public function unregister()
261
261
/**
262
262
* registerPaths
263
263
*
264
- * @param array|Traversable $paths
264
+ * @param array|Traversable $paths
265
265
* @throws \InvalidArgumentException
266
266
* @return ModuleAutoloader
267
267
*/
@@ -289,8 +289,8 @@ public function registerPaths($paths)
289
289
/**
290
290
* registerPath
291
291
*
292
- * @param string $path
293
- * @param bool|string $moduleName
292
+ * @param string $path
293
+ * @param bool|string $moduleName
294
294
* @throws \InvalidArgumentException
295
295
* @return ModuleAutoloader
296
296
*/
@@ -325,7 +325,7 @@ public function getPaths()
325
325
/**
326
326
* Returns the base module name from the path to a phar
327
327
*
328
- * @param string $pharPath
328
+ * @param string $pharPath
329
329
* @return string
330
330
*/
331
331
protected function pharFileToModuleName ($ pharPath )
0 commit comments