Skip to content

Commit 5244cc0

Browse files
committed
phpdoc: added array type declaration for a method parameter
1 parent c758d20 commit 5244cc0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Whoops/Handler/PrettyPageHandler.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -753,12 +753,10 @@ public function getApplicationPaths()
753753

754754
/**
755755
* Set the application paths.
756-
*
757-
* @param array $applicationPaths
758-
*
756+
*
759757
* @return void
760758
*/
761-
public function setApplicationPaths($applicationPaths)
759+
public function setApplicationPaths(array $applicationPaths)
762760
{
763761
$this->applicationPaths = $applicationPaths;
764762
}

0 commit comments

Comments
 (0)