mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 20:17:11 +00:00
phpdoc: added array type declaration for a method parameter
This commit is contained in:
@@ -753,12 +753,10 @@ class PrettyPageHandler extends Handler
|
||||
|
||||
/**
|
||||
* Set the application paths.
|
||||
*
|
||||
* @param array $applicationPaths
|
||||
*
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setApplicationPaths($applicationPaths)
|
||||
public function setApplicationPaths(array $applicationPaths)
|
||||
{
|
||||
$this->applicationPaths = $applicationPaths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user